Git is by far the most used source control management tool out there.
It is basially an essential to know. And this justifies knowing a few of the most important git commands you need in your daily work.
Here are 19 that any developer should know:
Day - 3 (javascript)
Learned about
- strings and string methods
- functions & its execution in detail (https://t.co/l8HoJhbu3e.)
#100DaysOfCode#womenwhocode#javascript
Day - 2 (All about JavaScript)
learned below things
- hoisting
- call stack and how it works.
- for...of vs fo...in loop, map vs forEach && when to use them.
#100daysofcode#WomenWhoCode#javascript
Day - 1
Starting my journey with javascript.
Everything in javascript happens inside an execution context.
Learned how code is executed & how execution context is crated.
#100daysofcode#WomenWhoCode#javascript