KISHAN DUBEY
42 posts


Day 10 of JavaScript
Topic: CRUD operation and DOM manipulation
Now this is what I wanted before starting this topic.This literally makes sense now.
The thing I learnt: "Building projects can help you to understand things much easier than before"
@rohit_negi9 and @CoderArmy.


English

Day 9 of JavaScript
Today I learned that the browser doesn't work directly with HTML. It first parses the HTML and converts it into a DOM tree of objects, which is why JavaScript can interact with and modify web pages.
@rohit_negi9 and @CoderArmy




English

Instead of only using built-in methods, I tried creating my own versions of:
• forEach() • map() • filter() • reduce()
@CoderArmy
Rebuilding them helped me understand callbacks, prototypes, this, accumulators, and how these methods actually work behind the scenes.


English

Left one is mine, right one is JavaScript's.
Me: Builds forEk() and makes the array a parameter.
JavaScript's forEach():
"You passed the whole array? Brother, I am the array." 💀
Turns out this was doing all the heavy lifting while I was fighting bugs for an hour.
@CoderArmy


English

Day 7 of JavaScript
@rohit_negi9 @CoderArmy
Never thought a simple new Date() could lead me to learn about UTC, Unix Epoch, and how computers keep track of time.
Also explored callbacks, IIFEs, and different function types today.




English























