Skip to content

Latest commit

 

History

History
 
 

javascript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

##Javascript

Variable Declaration

  • Introduction - syntax, statement, variable, operators, arithmetic, assignments, loops and conditions.
  • Variable Hoisting
  • Undefined and undeclared variable
  • using "use strict"

Data types and structures

  • data types and dynamic typing in javascript
  • common data structures: Array, Object, Array-like objects, JSON.
  • string, string methods, number, number methods.
  • math, JS date, JS Date methods.
  • boolean, comparison, condition.
  • Regular Expression.

Functions

  • Why are functions first-class citizens
  • Passing functions as arguments

Arithematic Operations

  • Addition, substraction, comparisons

Scope

  • the this keyword
  • closure

Inheritance

  • classical inheritance

References

Exercises