Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

10 Days of JS

Day 0 Day 1 Day 2 Day 3
✔️ Hello, World
✔️ Data Types
✔️ Arithmetic Operators
✔️ Functions
✔️ Let & Const
✔️ Conditional Statements: If-else
✔️ Conditional Statements: Switch
✔️ Loops
✔️ Arrays
✔️ Try, Catch & Finally
✔️ Throw
Day 4 Day 5 Day 6 Day 7
✔️ Create a Rectangle Object
✔️ Count Objects
✔️ Classes
✔️ Inheritance
✔️ Template Literals
✔️ Arrow Functions
✔️ Bitwise Operators
✔️ JavaScript Dates
✔️ Regular Expressions I
✔️ Regular Expressions II
✔️ Regular Expressions III
Day 8 Day 9
✔️ Create a Button
✔️ Buttons Container
✔️ Binary Calculator