Wes Bos - Get better at JavaScript with just JavaScript

preview_player
Показать описание
This talk will be a mix bag of tips, techniques and code samples to improve your core JavaScript understanding and make you a more confident web developer. We will dive into the Modern Dom, data massaging techniques, flow control, async Javascript and some neat stuff in the future of JavaScript. Get ready to slam dunk JavaScript.

Рекомендации по теме
Комментарии
Автор

Topics covered in this talk. The order is the same.

intersectionObserver()
ResizeObserver()
.closest()
.matches() - Event delegation with matches()
.contains()
Bling.Js
- Window. $
- Window. $$
- Node
- NodeList
Array.from()
Set
Spread & Rest Operator
Promises
Promise.all()
Promise.race()
Promise.any()
Promise.allSettled()
Handling Errors
- try/catch
- High Order Functions

Future Js stuff or Upcoming features.
- Web Speech using speech Recognition API
- Shape Detection - - face, barcode & text Detection

johnsamuel
Автор

Wes is the man. So easy to follow, doesn’t use unnecessary jargon.

LuisReyes-zsuk
Автор

Holy crap, those future APIs look like so much fun!

Maxzilla
Автор

Amazing talk!
Please try and focus more on his slides next time!

mujeexminiminer
Автор

Like this guy, really knows his stuff and is funny also.

lardosian
Автор

2nd focusing on slides. Fails the cardinal rule of slide UX.

DavidMermelstein
Автор

Why do people hate JavaScript? It's so flexible and expressive nowdays.

anthonytonev
Автор

Wes bos?
Urong
Lah kepiye?
Mboh

Amazing Wes Bos!

mustofa_id
Автор

I wish you can see the code while Wes Bos is explaining We're here to learn the contents instead of watching Wes speak...

hantuber
Автор

Didn't .includes replace .contains?

angelexi
Автор

Cool trick with removing certain item from an array (without mutating the array) with slice and spread @20:33 but wouldn't simple .filter() be more convenient and readable?

const newNames = names.filter( name => name !== "lux" )

Krzysiekoy
Автор

Jeez, you leave the code 10 seconds and then just show him explaining :( I had to go back to the slides like 10 times
He's awesome though, always a pleasure to listen to him

nahueljo
Автор

15:50  "I need an array with 10 slots inside of her"...
Did this abhorrent monster just assume the gender of an Array??

ashatron
Автор

Cheers for having ugliest colorscheme that he could possibly choose

branquitodemunze