“You’ve tested code... Now it’s time to write some...”
Take the leap from tester to coder with Axone’s free JavaScript Warm-Up. Three short sessions that turn curiosity into coding confidence.
This free JavaScript Warm-Up by Axone helps testers and analysts step confidently into coding through live, guided sessions and bite-sized mini-projects.
What you’ll learn in 3 days....
Day 1 - Setup, Variables & Arrays
Getting Ready to Code
-
Install Node.js & VS Code
-
Write & run your first JS file
-
Variables: let, const, var
-
Arrays: create, index, push, pop, length
Day 2 - Conditions & Loops
Thinking in Logic
-
if, else if, else
-
Comparison & logical operators
-
Loops: for, while, for...of
-
Looping arrays with intent
Day 3 - Functions & Classes
Building Reusable Code
-
Functions & arrow functions
-
Returns & pure thinking
-
Classes & constructors
-
Creating & using objects