Комментарии:
I appreciate your concise and well explained tutorials. Underrated stuff. Thank you.
ОтветитьI don't why you have 17k subs. Your explanation is very organized and easy to understand. Truly underrated
Ответитьhow can we find duplicate item in array by using set?
ОтветитьNice video of a somewhat neglected JS feature, thanks Dom!
Ответитьcan't focus on what u saying, that keyboard sound is so annoying man
ОтветитьShould have perhaps shown what happens when adding duplicates to the set...
Ответитьthanks
Ответитьwell explained sir
ОтветитьTheme name pleaseeeee??
ОтветитьLike someone else said, you have a real gift for being concise, I really appreciate your approach!!!
Ответить'HowBigIsMyset?' 6
... 6 what? 7u7
Haha... Jokes aside, this video is so appreciable, thanks for the explanation!
Is there a method to turn an array into a set? Thanks in advance!
ОтветитьLearnt something new today. Thank sir
ОтветитьSir ,new set is not working in my react project,shows "set not defined" what should I do?
Ответитьcool
ОтветитьNo more search abt JS set, 10Q a lot dude, i really appreciate your work.👍
ОтветитьYou saved a lot of my time via these concise explanations,thanksssssss a lot
ОтветитьMost underrated tutorial channel
ОтветитьThanks
ОтветитьDidn't know Korg could code!
Ответитьis it possible to loop through a set a specific number of times?
ОтветитьWhy did you use the keyword 'const' if you're doing changes to the set ?
Ответитьwell explained sir! cheers
ОтветитьThank you for this tutorial. Came here because I was curious how the code:
[...new Set(arr)];
removed all duplicates from my passed array. Now I understand that the new Set(arr) is converting the array to a Set object, the ...spread syntax is removing the elements from that Set object and the [brackets] are inserting those values into an array.
I liked your solution of:
Array.from(new Set(arr))
for readability's sake.
idk why Array.from(set_name) isn't working for me... it still console logs it as a set...
ОтветитьGreat !!!! very simple to understand, thank you 👍
Ответитьbahut badhiya maja aagya mere bhai tune din bana diya
ОтветитьThanks for this!
Ответить