Skip to content

aissam-ahbar/awesome-javascript-for-interviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Learn javascript using the best samples code to success during interviews.

Lots of topics covered out there:

  • Basic javascript types (string, number, ...)
  • Tests of types using typeof
  • Objects
  • Operators
  • Comments
  • local vs global variables
  • string methods
  • regex
  • functions (explicit + anonymous)
  • Inheritance
  • Callback (to pass function as argument)
  • Callback vs Promise vs async await to show all coding styles

References

Overview

alt text

Usage (Open index.html in your browser)

cd demo-datatypes/ 
firefox index.html

Copyright

Copyright (c) 2022 Aissam Ahbar. See LICENSE for details.

About

Awesome Javascript for Interviews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors