7 MUST KNOW JavaScript Tips and Tricks

  Рет қаралды 22,236

dcode

dcode

Күн бұрын

Пікірлер: 41
@karimnassir5207
@karimnassir5207 3 жыл бұрын
Best channel in youtube
@BenjaminAster
@BenjaminAster 3 жыл бұрын
1:06 why don't you just use structuredClone()? Why are you abusing JSON.parse(JSON.stringify()) here?
@BenjaminAster
@BenjaminAster 3 жыл бұрын
@@ИванРыженков-к1ф Я знаю, что я супер крутой, спасибо!
@edwinroman30
@edwinroman30 3 жыл бұрын
The structuredClone() method is not supported by some web browsers as Chrome, Edge... But at lease work in node 17 :)
@edwinroman30
@edwinroman30 3 жыл бұрын
Thanks to the video and your comment, I learnt two ways 🙌
@dcode-software
@dcode-software 3 жыл бұрын
You're right, structured clone may be the better alternative if it's supported on the environment users are on, but in many cases people are targetting the browser which this method isn't fully supported on as of right now.
@edwinroman30
@edwinroman30 3 жыл бұрын
Thanks for these tricks, have a great day!
@robwatson826
@robwatson826 3 жыл бұрын
Object destructiring is the best thing since sliced bread. Love a bit of `let { prop1, prop2 } = obj`
@minnuss
@minnuss 3 жыл бұрын
Great content !
@abubalo
@abubalo 3 жыл бұрын
Thanks for these useful tips, Dom.
@BenjaminAster
@BenjaminAster 3 жыл бұрын
3:18 Use ??, not || here because if the value is zero, false or an empty string you wouldn't want it to fall back to the default.
@DigitalFox-tutorials
@DigitalFox-tutorials 3 жыл бұрын
Useful video, thanks.
@timelesscode323
@timelesscode323 3 жыл бұрын
Thanks for great tips
@s21ekosn8
@s21ekosn8 3 жыл бұрын
Thank U So Much dCode 👍
@dcode-software
@dcode-software 2 жыл бұрын
Welcome 👍
@VforVanish
@VforVanish 3 жыл бұрын
Thank you, this was really usefull!
@rachidb9624
@rachidb9624 3 жыл бұрын
Thanks mate !
@wisdomelue
@wisdomelue 2 жыл бұрын
very helpful thank you
@longingbydesign
@longingbydesign 3 жыл бұрын
I want those 9 minutes back
@Marcieur
@Marcieur 2 жыл бұрын
It is also possible to use the new Set trick with spreading as in const noDuplicates = [...new Set(duplicates)];
@re.liable
@re.liable 2 жыл бұрын
Null coalescing instead of `||` The self-invoking functions are called IIFEs I think
@kaionayon8678
@kaionayon8678 Жыл бұрын
Anonymous function too
@BenjaminAster
@BenjaminAster 3 жыл бұрын
0:05 just use a real function () {} (not an arrow function) here, then you can use the "this" keyword. So you can just say this.className.
@beinyourguard
@beinyourguard 3 жыл бұрын
very good
@augischadiegils.5109
@augischadiegils.5109 2 жыл бұрын
❤️❤️❤️❤️
@kabitamudel1011
@kabitamudel1011 2 жыл бұрын
𝙉𝙞𝙘𝙚 𝙩𝙞𝙥𝙨
@TheBorninmotion
@TheBorninmotion 3 жыл бұрын
goood!
@prakashdsouza7286
@prakashdsouza7286 3 жыл бұрын
Hi bro
@dcode-software
@dcode-software 3 жыл бұрын
How's it going
@mohammedabdulaziz3658
@mohammedabdulaziz3658 3 жыл бұрын
hello sir, your udemy link is not working
@dcode-software
@dcode-software 3 жыл бұрын
Hey, yes not at the moment but hopefully soon I'll have some more courses up, thanks!
@ijajulislam7223
@ijajulislam7223 3 жыл бұрын
sir plz make react tutorial
@iamvishalnishad
@iamvishalnishad 3 жыл бұрын
👍❤️
@goljivines7356
@goljivines7356 3 жыл бұрын
turn to javascript frameworks like react and node js
@BenjaminAster
@BenjaminAster 3 жыл бұрын
You're either trolling or don't get the point of dcode's content.
@minnuss
@minnuss 3 жыл бұрын
React is a js library and Node js is a runtime environment 😉
@MrBrady95
@MrBrady95 Жыл бұрын
What makes the first example a "must know?" It's interesting but doesn't seem very practical, seems like de-structuring for it's own sake. Much easier and more common to use the (e) instead.
@ts3798
@ts3798 3 жыл бұрын
Are you really 38?
5 MUST KNOW JavaScript DOM Methods
7:02
dcode
Рет қаралды 17 М.
12 Things Every JavaScript Developer Should Know
14:29
dcode
Рет қаралды 11 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
5 JavaScript Tips You Probably Don't Know
9:58
Andrew Burgess
Рет қаралды 9 М.
5 EASY WAYS to Get BETTER at JavaScript
10:45
dcode
Рет қаралды 7 М.
5 JavaScript Mistakes You Need To Stop Making
20:10
Tech With Tim
Рет қаралды 11 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 500 М.
Don't Use a Mouse Anymore! VSCode Shortcuts Tips and Tricks
17:24
8 Must Know JavaScript Array Methods
10:05
Web Dev Simplified
Рет қаралды 1 МЛН
Tips and Tricks for Debugging JavaScript
13:03
James Q Quick
Рет қаралды 417 М.
5 Must Know JavaScript Features That Almost Nobody Knows
18:06
Web Dev Simplified
Рет қаралды 479 М.
12 JavaScript Tips & Tricks that I use Every Day + Bonus
10:31
TomDoesTech
Рет қаралды 3,4 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН