📄️ Hello World
Here's a simple example of a JavaScript function:
📄️ JS Primer
JavaScript is a high-level, dynamic programming language used for creating interactive web pages and web applications. Some key concepts that a student should know about JavaScript include:
📄️ Values
In computer programming, 'value' refers to a piece of data that can be stored and manipulated within a program. In JavaScript, values can be of various data types, such as strings, numbers, booleans, and objects.
📄️ Operations
An operation in JavaScript refers to an action that is performed on one or more values (operands) to produce a new value. Operations can be of several types, including:
📄️ Variables
What is a Variable?
📄️ Expressions & Statements
What is a Variable?
📄️ Decisions
What is a Decision?
📄️ Loops
I am a strange loop - Douglas Hofstadter
📄️ Functions
What is a Function?
📄️ Three Pillars of JS
The following concepts are regarded as the Three Pillars of JS and are the foundation of the language:
🗃️ exercises
3 items