This repository contains all the code and projects I develop while taking a JavaScript course for Web Test Automation, serving as both a portfolio of my work and a resource for others learning about web test automation.
The following software and tools are required:
To install and setup the project:
- Clone the repository:
git clone https://github.com/MojisolaaaO/JS-Course.git- Navigate to the project directory:
cd JS-Course- Variable Keywords
- Data Types (Primitive & Non-Primitive)
- Operators (Assignment, Arithmetic, Comparison, Logical)
- Conditional Statements (if-else, switch, loops)
- Functions (Declarations, Scopes, Expressions, Callbacks)
- Arrays (Access, Methods: push, pop, slice, splice, indexOf)
- Objects (Methods, Complex Structures, JSON)
- JavaScript on the server with Node.js
- API testing using Postman