wap-notes

JavaScript Notes

1. How to Add JavaScript to an HTML File

2. console.log, prompt, and alert

3. Variables and How to Declare Them

4. Data Types in JavaScript

JavaScript has different data types, which can be categorized into two main types: Primitive and Non-Primitive (Reference).

5. Objects: How to Create and Access Them