Nice, when I see this stuff I always try to imagine what kind of application would need this feature
@alamir411 Жыл бұрын
Easy To understand , Thanks
@RobertFarris-y1f Жыл бұрын
Great video. What is the benefit to using Reflect? Just the static methods that are defined on it? I notice its not a constructor so It looks like it only gives access to certain static methods. Is this all it does? And is it mainly used in accordance with Proxies? Ive never seen it used anywhere else. Thank you for this content. Learn something new about JS everyday.
@SteveGriffith-Prof3ssorSt3v3 Жыл бұрын
Yeah. Generally used with Proxies as an easy way to access the object that is being passed to the proxy.
@fernandopiolimartinez51152 жыл бұрын
Excellent! Best regards from Buenos Aires!
@tech34252 жыл бұрын
Never thought I'd need this feature. But here I am!
@tahasoft13 жыл бұрын
Thank you, Steve. Amazing. I've been waiting for this.
@kaypakaipa85593 жыл бұрын
Interesting, love the validation. Thanks again.
@memduhcevik Жыл бұрын
Sir, do you think to prepare a video/videos related to Stream API ?
@SteveGriffith-Prof3ssorSt3v3 Жыл бұрын
It's on my list.
@memduhcevik Жыл бұрын
@@SteveGriffith-Prof3ssorSt3v3 Awesome
@ricardovaltierra88582 жыл бұрын
Thank you for that great explanation. REALLY useful
@Colstonewall3 жыл бұрын
Thank you, Steve.
@chhavimanichoubey9437 Жыл бұрын
This video is really helpful tbh
@rmnkot3 жыл бұрын
Top content, as usual!
@tsevdos3 жыл бұрын
Than you! Amazing video and explanation!!!
@45410473 жыл бұрын
Hi, can you share your vscode settings/theme? I want those equality three horizontal lines instead of the ugly look of '==='. Thanks :)
@SteveGriffith-Prof3ssorSt3v33 жыл бұрын
That is the Jet Brains Mono font
@eliwhalen6043 жыл бұрын
Super cool! Thank you!
@MrLinuxFreak Жыл бұрын
so its basicly an object middleware?
@SteveGriffith-Prof3ssorSt3v3 Жыл бұрын
That's a good way to look at it.
@creatingwithcode16303 жыл бұрын
Thank you for this.
@mykhailodmytriv70882 жыл бұрын
Please give me the name of the plugin that makes such beautiful array functions)
@SteveGriffith-Prof3ssorSt3v32 жыл бұрын
No plugins being used to create the Array.map function, just code complete with VS Code. I do have the Prettier extension that does some minor formatting of my code.