12 Things Every JavaScript Developer Should Know

  Рет қаралды 10,993

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 8 ай бұрын
Nicely done. New sub here. I’m not a new dev, been doing it professionally since about 2001 but I appreciate your clear teaching.
@hassaneoutouaya
@hassaneoutouaya 2 жыл бұрын
THANK YOU FOR ALL THE HINTS.
@RianY2K
@RianY2K 2 жыл бұрын
Nice explanation, bookmark this to relearning in future too
@SomeFreeTimeActivities
@SomeFreeTimeActivities Жыл бұрын
Love this. Very helpful. Keep them coming my guy.
@eurz
@eurz 2 жыл бұрын
Thanks a lot for this tips. I known all of them excepted the "closes methods" 🙏
@NedumEze
@NedumEze 2 жыл бұрын
Totally fun. Will watch this Video a couple more times. Thanks Dom. That was smooth and cute.
@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?
@mahdisalmanizadegan5595
@mahdisalmanizadegan5595 Жыл бұрын
Like your videos bro, It's kinda different from other videos on KZbin. Please create more VanillaJS ones. Thanks in advance.
@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!!
@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 😁
@marimuthur9456
@marimuthur9456 2 жыл бұрын
Your really awesome bro 👌🏼👌🏼👌🏼 it's neat and clean explanation do more videos like this....👌🏼👌🏼😊
@mohammedelhoussni
@mohammedelhoussni 2 жыл бұрын
thank you Dom
@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 😎
@alexspencer7170
@alexspencer7170 2 жыл бұрын
Lovely video, how did I never use object destructuring!!!
@dcode-software
@dcode-software 2 жыл бұрын
😎
@cryptoboy1461
@cryptoboy1461 2 жыл бұрын
Great video 👍 thx mate
@suelingsusu1339
@suelingsusu1339 2 жыл бұрын
I learned something new ... 🙏🙏🙏🙏👌👌👌👌👏👏👏👏🖖🖖🖖🖖🖖
@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.
@dhwajsharma
@dhwajsharma 2 жыл бұрын
Vscode theme?
@dcode-software
@dcode-software 2 жыл бұрын
It's called "dcode". Look it up on VSCODE marketplace
@dancehalllyrics1303
@dancehalllyrics1303 2 жыл бұрын
The color is the dcode green. Thank me later! 🙏
@dcode-software
@dcode-software 2 жыл бұрын
🎉
@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.
@AniruddhNishad
@AniruddhNishad 2 жыл бұрын
i am first
@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
Common JavaScript Mistakes and How to Avoid Them
18:48
dcode
Рет қаралды 6 М.
Another 5 Must Know JavaScript Array Methods
14:24
dcode
Рет қаралды 4,4 М.
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 34 МЛН
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 63 МЛН
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
How to NOT Fail a Technical Interview
8:26
Fireship
Рет қаралды 1,5 МЛН
5 POWERFUL JavaScript Events You Didn't Know
10:43
dcode
Рет қаралды 15 М.
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,6 МЛН
5 JavaScript Console Methods Every Developer Should Know
8:23
5 Real Life Examples of Array Reduce in JavaScript
12:47
Top 10 Javascript One Liners YOU MUST KNOW!
14:16
developedbyed
Рет қаралды 196 М.
There Are 6 Ways To Improve This JavaScript Code
9:49
dcode
Рет қаралды 6 М.