You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript Basics: JavaScript Documentation
Data types: here
Variables: here
Functions: here only the first 4 items
Basic functions
Function expressions
Anonymous functions
Arrow functions
Loops: here
Conditionals: here
DOM requests : here
Git: Git- Documentation
The basic and required git operations can be followed in the repository README file.
Optional:
Install Cypress.
Chai assertions: here and here only the “common assertions” section
BDD: here
TDD: here