Your browser isn’t supported anymore. Update it to get the best YouTube experience and our latest features. Learn more... (more…)
Read more »
JavaScript does not have classes unlike other languages. It uses the concept of prototypes and prototype chaining for inheritance. If you do not what is prototype, please go through this article… (more…)
Read more »
This week we chatted with Kahlil Lechelt about mentorship. What types of mentorships are there, what makes a successful mentorship, and where can you find a mentor? (more…)
Read more »
One of the big battles we see in the web development world is still CSS vs. JavaScript. Both have their merits, their own syntax and ideas and it can be tough to get your head around them. (more…)
Read more »
Array.map() is a very useful function but unfortunately it only works with synchronous functions. A simple workaround to run async map… (more…)
Read more »