Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Learn-JS

Basic JS to learn :)

DAY -1

  • Printed Hello World in Javascript.
  • Declared 2 variables with Global Scope by using var keyword.
  • Performed 5 basic arithmentic Functions using the VARIABLES.
  • Performed Post Increment

DAY -2

  • Usage of let variable to understand the use of scopes.

  • Performed String Concatenation

  • Performed String+Numeric Concatenation

  • Learnt Different Types of Datatypes present in JS.

  • Used Typeof to understand the type of the variable.

  • image

DAY-3

  • Learnt to write one basic Function in BASIC-COMMANDS.JS
  • Built a calculator implementing FUNCTIONS,LOOPS,CONDITIONAL STATEMENTS,BUILT IN FUNCTIONS
  • Used Error Handling in JavaScript to handle Errors in JS.
  • Used While Loop to loop until a condition is achieved.
  • Used let and var to understand the scope of variables. image

About

Basic JS :)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages