Skip to content

jiseonk/Javascript-Study

Repository files navigation

Javascript-Study

Upload my projects using Javascript during the Codecademy Learn Javascript course.

(2020-09-14) Introduction : Javascript data types, built-in methods, variables.

(2020-09-15) Conditionals : How to use if, switch, ternary syntax

(2020-09-18) Functions : Function syntax, parameter, ES6 arrow functions, concise body syntax

(2020-09-19) Try a Challenge Project : Number Guesser

(2020-09-21) Arrays : const vs let, length, methods, nested arrays

(2020-09-21) Loops : How to use for and while loops to execute blocks of code multiple times

(2020-09-22) Iterators : How to use iterator methods to simplify the process of looping over arrays

(2020-09-24) Objects : Learn about JavaScript ES6 object syntax to model real-world items

(2020-09-26) Classes : How to create classes and use inheritance to minimize redundancy in your code

(2020-09-28) Modules : How to use JavaScript modules, a way to define reusable logic

(2020-10-13) Challege Project: Find Your Hat (interactive command line game)

(2020-12-02) Challenge Project : Credit Card Checker

About

Codecademy Learn Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published