Skip to content

bhagirathsinhp/JS-1-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Basics

  • Started learning JS with the basics.
  • Tutor - Maximilian Schwarzmüller
  • Studied and Implemented.
  • Variable, Data Types, Operators, Functions.

UNCONVENTIONAL CALCULATOR

Screenshot 2023-06-28 at 16-23-12 Basics


Content of Study:

  1. Variable & Constants
    • Defining & Declaring Variables.
    • Conventions of writing them.
    • Shadow Variables.
    • Global & Local Scope.
  2. Operators
  3. Data Types
    • Core Data Types
    • Numbers.
    • Strings.
    • Converting data types.
    • TypeOf
  4. Script Parsing & Execution
  5. Template Literal.
  6. Functions (The Code On Demand)
    • Funtion body.
    • Syntax
  7. Event Listeners
  8. Arrays
  9. Objects
  10. Defer & Async
  11. Efficient Development & Debugging
    • Find Help
      • MDN
      • Google
      • Communities
    • Debug
      • Browser Dev Tools
      • IDE Debugging Tools
      • Breakpoint Insertions