12 Things Every JavaScript Developer Should Know

  Рет қаралды 11,051

dcode

dcode

Күн бұрын

Пікірлер: 34
@dcode-software
@dcode-software 2 жыл бұрын
🔗 *LINKS TO FULL VIDEOS ON EACH TOPIC* 👇 1. Array Includes: kzbin.info/www/bejne/bX6ZeZpojrh7qMk 2. Defer Attribute: kzbin.info/www/bejne/bZXaqoCJrsmSZpI 3. Const Over Let: kzbin.info/www/bejne/iHaZoplpdthgjrc 4. Template Literals (Strings): kzbin.info/www/bejne/Y4O6kqRmbKeCjck 5. Logical OR (||) for Defaults: kzbin.info/www/bejne/jHK5Z2R3iKmiZ9U 6. Class List: kzbin.info/www/bejne/jordhKyGob5qlac 7. Object Destructuring: kzbin.info/www/bejne/fWW3Y42df7V-mNk 8. Array Destructuring: kzbin.info/www/bejne/nKTck4mFi8iBnZI 9. Array Map: kzbin.info/www/bejne/mpvMeaBsZt5rhpY 10. Element Closest: kzbin.info/www/bejne/e5OYnayIo5yfnc0 11. Fetch over AJAX kzbin.info/www/bejne/kIW0lH2Nnt11Z80 12. Async Await kzbin.info/www/bejne/Z4DOnqpunMx3Z7M
@lounes03b99
@lounes03b99 Жыл бұрын
thank you tooooooooooo much for this video 📹 📹
@jakobo5521
@jakobo5521 2 жыл бұрын
This is what I was looking for especially in the rapidly changing dev environment as nowadays. Thanks for the great and simple stuff as always! :)
@cryptoboy1461
@cryptoboy1461 2 жыл бұрын
I know all of them and more, but still suck at planning and building my own projects 😐 a video on how to plan and execute a project would be great.
@cb73
@cb73 10 ай бұрын
Nicely done. New sub here. I’m not a new dev, been doing it professionally since about 2001 but I appreciate your clear teaching.
@SomeFreeTimeActivities
@SomeFreeTimeActivities Жыл бұрын
Love this. Very helpful. Keep them coming my guy.
@NedumEze
@NedumEze 2 жыл бұрын
Totally fun. Will watch this Video a couple more times. Thanks Dom. That was smooth and cute.
@hassaneoutouaya
@hassaneoutouaya 2 жыл бұрын
THANK YOU FOR ALL THE HINTS.
@RianY2K
@RianY2K 2 жыл бұрын
Nice explanation, bookmark this to relearning in future too
@eurz
@eurz 2 жыл бұрын
Thanks a lot for this tips. I known all of them excepted the "closes methods" 🙏
@abubalo
@abubalo 2 жыл бұрын
Another useful tips, yet. I'm loving this series.
@dcode-software
@dcode-software 2 жыл бұрын
I'm glad you found value in it!!
@prashanshan7125
@prashanshan7125 Жыл бұрын
Great tips ..keep it up..!
@beinyourguard
@beinyourguard 2 жыл бұрын
very nice, i feel confident that I know all of them :D
@dcode-software
@dcode-software 2 жыл бұрын
That's awesome! Thanks for being a long time viewer of dcode 😎
@mahdisalmanizadegan5595
@mahdisalmanizadegan5595 2 жыл бұрын
Like your videos bro, It's kinda different from other videos on KZbin. Please create more VanillaJS ones. Thanks in advance.
@marimuthur9456
@marimuthur9456 2 жыл бұрын
Your really awesome bro 👌🏼👌🏼👌🏼 it's neat and clean explanation do more videos like this....👌🏼👌🏼😊
@cryptoboy1461
@cryptoboy1461 2 жыл бұрын
Great video 👍 thx mate
@mohammedelhoussni
@mohammedelhoussni 2 жыл бұрын
thank you Dom
@judeleon8485
@judeleon8485 2 жыл бұрын
Thanks Dom. This is nice summary. However, I want to ask, because you suggest we use FETCH instead of AJAX, is there a way to code upload progress bar with FETCH API?
@lounes03b99
@lounes03b99 Жыл бұрын
I Actually like this video ♥ ♥ i hope that this type of videio not be the last... I'm a (HTML, CSS and JS ) beginner now, I've practiced a little bit but i still dont know what is the next step should i do😷 And how can be a professional developer?? thank you for this helpful video 📹 hope u response to me 😁
@alexspencer7170
@alexspencer7170 2 жыл бұрын
Lovely video, how did I never use object destructuring!!!
@dcode-software
@dcode-software 2 жыл бұрын
😎
@suelingsusu1339
@suelingsusu1339 2 жыл бұрын
I learned something new ... 🙏🙏🙏🙏👌👌👌👌👏👏👏👏🖖🖖🖖🖖🖖
@dhwajsharma
@dhwajsharma 2 жыл бұрын
Vscode theme?
@dcode-software
@dcode-software 2 жыл бұрын
It's called "dcode". Look it up on VSCODE marketplace
@jigarkajiwala8604
@jigarkajiwala8604 Жыл бұрын
${name} is not working
@edpad
@edpad 2 жыл бұрын
Hey, nice tips! by the way which font do you use here -> kzbin.info/www/bejne/bHPSq6OjiM-eY7s in vscode editor. Thanks a lot.
@dancehalllyrics1303
@dancehalllyrics1303 2 жыл бұрын
The color is the dcode green. Thank me later! 🙏
@dcode-software
@dcode-software 2 жыл бұрын
🎉
@AniruddhNishad
@AniruddhNishad 2 жыл бұрын
i am first
@abcq1
@abcq1 2 жыл бұрын
"Fetch over AJAX" Kinda lol) AJAX is a web-api that is available in JS environment via the XMLHttpRequest object, and that's exactly what fetch uses. Fetch is just syntactic sugar on top of it.
@kaidenrogers
@kaidenrogers 2 жыл бұрын
Not every JavaScript developer is a web developer. So a lot of these don't apply to *every* JavaScript developer.
@happynak6109
@happynak6109 2 жыл бұрын
sorry but those tips are in every god damn video about javascript, same stuff over and over.. but your other videos are great, keep going
The BEST JavaScript DOM Manipulation Methods?
6:49
dcode
Рет қаралды 8 М.
Common JavaScript Mistakes and How to Avoid Them
18:48
dcode
Рет қаралды 6 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 53 МЛН
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
5 JavaScript Console Methods Every Developer Should Know
8:23
7 MUST KNOW JavaScript Tips and Tricks
8:58
dcode
Рет қаралды 21 М.
5 Real Life Examples of Array Reduce in JavaScript
12:47
Learn JavaScript DOM Traversal In 15 Minutes
14:44
Web Dev Simplified
Рет қаралды 228 М.
5 POWERFUL JavaScript Events You Didn't Know
10:43
dcode
Рет қаралды 15 М.
5 MUST KNOW JavaScript Object Functions
10:42
dcode
Рет қаралды 29 М.
8 Must Know JavaScript Array Methods
10:05
Web Dev Simplified
Рет қаралды 1 МЛН
Top 10 Javascript One Liners YOU MUST KNOW!
14:16
developedbyed
Рет қаралды 196 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 53 МЛН