Skip to content

arielsilvestri/advanced_js_materials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced JavaScript Lessons

This repo contains information pertaining to my deep-dive into JavaScript learnings, taken from this video series.

Compiled vs Intepreted Language

JavaScript is a compiled language. An intepreted language is run line-by-line: the intepreter has no idea what to expect from the line that follows the currently intrepreted line. In a compiled languages, a compiler runs through code once to compile it initially, makes one more run-through, and then on the final pass it will execute the code.

About

In-depth JS studies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published