hassy97 / Javasript-learning-

Core Concepts to kick start in the website development using the JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javasript learning to kick start to any framework

Basics

  • Variable
  • Loops and Conditionas
  • Block Scope VS Function Scope
  • Lexical Scope
  • Object Desctructing
  • Strings(template, ..etc)
  • Fucntions(expression, declaration, arrow ,callback)

Intermediate

  • Arrow Functions
  • Arrays Methods (foreach,map,find,filter,reduce,every,some ,find,sort)
  • Function Property Prototypes
  • How Compilation works
  • classes
  • __ proto __
  • callback hello

Advanced

  • pyramid of doom
  • asynchorous programming (setTimeout, setTimeInterval)
  • promises
  • promise chaining

AJAX

  • xmlhttprequest
  • fetch api
  • axios

About

Core Concepts to kick start in the website development using the JS


Languages

Language:JavaScript 66.5%Language:HTML 19.7%Language:CSS 11.3%Language:TypeScript 2.5%