/js-fundamentals

Code from the Udemy course "Playwright: Web Automation Testing From Zero to Hero", section 2

Primary LanguageJavaScript

JavaScript Fundamentals

Udemy course: Playwright - Zero to hero

Prerequisites

Lessons

  1. Variables, Constants and Data Types
  2. Concatenation and Interpolation
  3. Objects and Arrays
  4. Relational and Equality Operators
  5. Logical Operators
  6. Conditional Statements
  7. Loops
  8. Functions
  9. Class and Methods
  10. TypeScript vs JavaScript

Run scripts

Open folder with lessons
cd .\lessons\
Run script of lesson 1
node .\lesson1.js\