In one word, FOREVER!
You might think I am exaggerating, but learning to code is an iterative and lifelong process. Every day new technologies are...
For further actions, you may consider blocking this person and/or reporting abuse
The problem with this code piece are recordDate and displayDates have outer dependency: dateList. Without that variable these two function is useless.
100%. Much better to use pure functions.
Or provide the dependency as a parameter even if it contains side effects you have overall control. Following the Inversion of Control principle.
You would export the functions from the module and keep the variable private. It's not the point of the example.
I absolutely agree. And it's another proof of the fact that learning never stops 🚀
Right, it's like dancing, you are never done learning, so focus on enjoying every moment
Absolutely agree! Enjoy the ride or change the track :)
I was almost expecting an answer like "Two months." or "All you need is this one course.", but this article actually sheds some light on the topic the right way.
Two months is a reasonable timeframe to study the basics of JS. But realistically it's more like 6-12 months to get from zero to the first job as a software engineer. And then you really start learning :)
My thought as well.
Thanks for your sharing!!! 😃👍
I'm glad you liked it 🙏
A bug will still haunt you as you walk into your after life. FOREVER AND EVER