Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 359 Bytes

File metadata and controls

3 lines (2 loc) · 359 Bytes

Introduction to JavaScript

JavaScript is a high-level programming language that all modern web browsers support. It is also one of the core technologies of the web, along with HTML and CSS that you may have learned previously. This section will cover basic JavaScript programming concepts, which range from variables and arithmetic to objects and loops.