JavaScript

JavaScript, often abbreviated as JS, is a high-levelinterpreted programming language.

Alongside HTML and CSS, JavaScript is one of the three core technologies of the World Wide Web

JavaScript enables interactive web pages and thus is an essential part of web applications.

The vast majority of websites use it, and all major web browsers have a dedicated JavaScript engine to execute it.

As a multi-paradigm language, JavaScript supports event-drivenfunctional, and imperative (including object-oriented and prototype-basedprogramming styles.

Introduction to JavaScript – Control Flow: True and False values

2019-02-08T19:16:42-05:00

Introduction to JavaScript – Control Flow: True and False values Even non-boolean data types, like strings and numbers, can still be used like booleans to

Introduction to JavaScript – Control Flow: True and False values2019-02-08T19:16:42-05:00

Introduction to JavaScript – Control Flow: if/else Statements

2019-02-09T23:14:15-05:00

Introduction to JavaScript – Control Flow: if/else Statements The core task of programming is writing lists of instructions for computers, or translating our ideas from

Introduction to JavaScript – Control Flow: if/else Statements2019-02-09T23:14:15-05:00
Go to Top