1.1 Overview of JavaScript

1.1 Overview of JavaScript

What Is JavaScript?

A high-level, interpreted language
  • No need to worry about memory management
  • No need to compile all of it to run the program
  • JavaScript was designed to add interactivity to HTML pages.
Multi-paradigm
  • Code can be written in different ways (Object Orientated or Functional)
Runs on a browser and (sometimes) a server (ex. Node.js).

Pros Of JavaScript

JavaScript is the world's most popular programming language.
JavaScript is the programming language of the Web.
JavaScript enhances your website. HTML and CSS will only get you so far.
JavaScript can be used to create not just web applications but also mobile and desktop applications.
  • Google “React Native” for an example of mobile development.
  • Google “Electron JS” for desktop application development.
  • Fun fact: Discord was made using Electron JS.

Next Section

💻
1.2 Setting Up The Editor
 
⚖️
Copyright © 2021 Code 4 Tomorrow. All rights reserved. The code in this course is licensed under the MIT License. If you would like to use content from any of our courses, you must obtain our explicit written permission and provide credit. Please contact classes@code4tomorrow.org for inquiries.