5 Must Know Javascript Advanced Concepts

preview_player
Показать описание

Learn 5 must know javascript advanced concepts in 10 minutes. I want to share with you 5 important concepts that make your code safe and reliable. You will learn about mutating object and arrays, immutability of your code, equality and comparison array and objects, callback and memoization.

🛠 Need a video editor?

📌 Social

📚 References

🕒 TIMESTAMPS
0:00 Introduction
0:10 Changing objects and arrays in Javascript
02:58 Immutability in Javascript
04:31 Equality and comparison in Javascript
07:00 Callbacks in Javascript
08:52 Memoization in Javascript

This video is NOT sponsored. Some product links are affiliate links which means if you buy something I'll receive a small commission.
Рекомендации по теме
Комментарии
Автор

Nice vid !

Code optimization for the last one :
if (!(value in cache)) {
cache[value] = result + 10
}
return cache[value]

Vincent_A.Freeman
Автор

Спасибо за видео. Про мемоизацию очень доступно рассказал. 👍

necelentano
visit shbcf.ru