Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 619 Bytes

File metadata and controls

14 lines (11 loc) · 619 Bytes

Coding Factory JavaScript Bootcamp – AUEB

Exercises and projects from the Coding Factory JavaScript bootcamp at AUEB. Covers the fundamentals of JavaScript including variables, data types, strings, numbers, booleans, and arrays.

📂 Projects

Project Description
hello.js Introduction to JavaScript and console output
vars.js Variables, var, let, const and scoping
string String methods and manipulation
number Number types and arithmetic operations
boolean Boolean logic and conditional expressions
array Array creation, access, and built-in methods