Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 2.17 KB

File metadata and controls

36 lines (24 loc) · 2.17 KB

JavaScript_Basics

Learning vanila JavaScript and frameworks.Topics include basic syntax, OOP, regex, asynchronous etc. Also include my starting code of learning AJAX, node, mongoose and express.

Learning Resources:

Vanilla JS Projects

  1. TODO-List

    • Vanilla JS project that interacts with user using console
  2. Language Guesser

    • Use franc module that guesses the language of input entered by user in terminal
  3. Coffee Machine

  4. DOM

    1. Binary Calculator

      • Perform arithmetic operation on binary.

      image

    2. increment_button

    3. rotate_clockwise

      • Rotate outer number clockwise when click on 5

      image

      image