You answered all the questions before I asked. Great teacher. Thank you.
@omeroz61332 жыл бұрын
What a nice coincidence ! I live in Bursa. Thanks for the explanation
@ivandeninski3 жыл бұрын
You are really really good teacher 🧠 help me alot ! Thank you
@chesterxp5083 жыл бұрын
Another very cool tutorial!
@Colstonewall5 жыл бұрын
Awesome Steve. JS, has so many built in methods, it's hard to keep up with them.
@SteveGriffith-Prof3ssorSt3v35 жыл бұрын
That's why I'm here. Well, me and MDN.
4 жыл бұрын
I was returned undefined use in reactjs , please help
@milanpoudel37374 жыл бұрын
what does 'true' store there?does it store matching value? why return true doesn't work for "chars===item.length"?
@SteveGriffith-Prof3ssorSt3v34 жыл бұрын
If the function returns true it means that you found the item you were looking for. Then the find method will return the found item. chars === item.length compares the value of those two things. If the length of the String inside "item" matches the number inside "chars" then true is returned and "iitem" will be assigned to match2.
@milanpoudel37374 жыл бұрын
@@SteveGriffith-Prof3ssorSt3v3 I see,thank you sir!
@joeyng12824 жыл бұрын
Hi, how do you integrate/setup the 'Console' logging in your VS Code IDE, so you don't have to open your web browser?
@SteveGriffith-Prof3ssorSt3v34 жыл бұрын
It is built-in to VSCode. There is a Terminal menu at the top of the screen. You can also use CTRL+~ to toggle the terminal appearance.
@Colstonewall5 жыл бұрын
BTW, I'm not sure if this is the correct place to do this, but I'd like to make a request if you're interested. How about a Redux (in the context of React) tutorial?
@SteveGriffith-Prof3ssorSt3v35 жыл бұрын
I actually have a tutorial request video for people to post their requests OR just vote on the ones that have already been posted. You can see it on my channel home page.