Nice, when I see this stuff I always try to imagine what kind of application would need this feature
@tech34252 жыл бұрын
Never thought I'd need this feature. But here I am!
@fernandopiolimartinez51152 жыл бұрын
Excellent! Best regards from Buenos Aires!
@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.
@tahasoft13 жыл бұрын
Thank you, Steve. Amazing. I've been waiting for this.
@ricardovaltierra88582 жыл бұрын
Thank you for that great explanation. REALLY useful
@chhavimanichoubey9437 Жыл бұрын
This video is really helpful tbh
@kaypakaipa85593 жыл бұрын
Interesting, love the validation. Thanks again.
@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
@Colstonewall3 жыл бұрын
Thank you, Steve.
@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
@rmnkot3 жыл бұрын
Top content, as usual!
@tsevdos3 жыл бұрын
Than you! Amazing video and explanation!!!
@eliwhalen6043 жыл бұрын
Super cool! Thank you!
@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.