5 JavaScript Concepts You HAVE TO KNOW

5 JavaScript Concepts You HAVE TO KNOW

James Q Quick

3 года назад

1,435,723 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

MonkeyD_Luthy
MonkeyD_Luthy - 02.11.2023 19:49

JavaScript is definitely complicated but the more you do it the easier it gets .. it just takes a lot of time

Ответить
Ralph Reilly
Ralph Reilly - 02.11.2023 10:16

A bit lacking... Why not show examples of async?

Ответить
Valencia Walker
Valencia Walker - 19.10.2023 04:22

Thank you

Ответить
Ryan Robinson
Ryan Robinson - 02.10.2023 20:47

You make my head hurt, you explained a million concepts, now break each one down and explain it in depth, when to use it, when to know when to use it, etc……

Ответить
Jose Marin
Jose Marin - 18.09.2023 17:25

plan function in js-awe library is nice way to manage complex async flow.

Ответить
Omoyeni Kunle
Omoyeni Kunle - 09.09.2023 09:15

Map method and spread are important too.

Ответить
MOHAMED A. EZZ
MOHAMED A. EZZ - 31.08.2023 07:08

What's the extension name you use to display the output next to the written line, Please ?!!

Ответить
John Smith
John Smith - 31.07.2023 21:54

Pass by reference vs pass by value and closures are important, more so than new es6 syntax. And callbacks arent called automatically, only when you call them.

Ответить
Sebastian
Sebastian - 27.07.2023 23:10

too much face, too little code. bad video format.

Ответить
madinge
madinge - 26.07.2023 18:31

You need to get some sleep 😂

Ответить
Nicolas Cacace
Nicolas Cacace - 26.07.2023 15:05

….you know what would be REALLY a Masterclass - JavaScript with Dev Ops/Workflow - THAT is really pro level coding

Another thing I never see, which I used to ALWAYS see in professional ActionScript coders is creating your own libraries and ‘helper classes’ instead of coders ALWAYS starting from scratch or using other people’s bloated libraries WHICH you can’t use for security sensitive coding (like for Military clients)

Ответить
Nicolas Cacace
Nicolas Cacace - 26.07.2023 15:01

Asynchronous JS and Error Handling are the most important things that will level up your coding - I would have also added testing. I think everything else is superfluous

Ответить
Basil Abdelrahim
Basil Abdelrahim - 23.07.2023 22:54

Error handling can be managed by adding Typescript

Ответить
Vorname Nachname
Vorname Nachname - 22.07.2023 20:16

Im an Backend dev, so im out.

Ответить
BeefBurger
BeefBurger - 18.07.2023 11:21

Thank you for the short version!
Omw to the array playlist.

Ответить
cyenkwang
cyenkwang - 16.07.2023 09:18

When Mike Perry masters programming instead of fist fights

Ответить
djuki car
djuki car - 30.06.2023 17:35

and you didnt mentioned DOM,Document Object Model,i think this is the most important thing in javascript and it is the reason why so many programmers start learning javascript,with DOM you can interact with user,if user like input something in input tag,something should happen and that sort of things

Ответить