0
About advance course
If I learnt intermidiet course than I learnt all functions and keywords? Should I start coding than?
1 Odpowiedź
+ 8
Alfaz Ladji you should start little projects to reinforce your skills as you get to know them. ( Learn as you go includes practice practice practice ) ... As you get more comfortable the larger the projects get.
There are users whom begin with something as two variables and a print
// javascript
let a = 15;
let b = 10;
console.log(a+b);