I'm gonna be honest, I'm taking a Udemy javascript course and I come here before each new topic so I actually understand what's going on in the course. you're an amazing teacher, thank you!!!
I'm currently studying web design in college and we just started learning JavaScript. I want to thank you from the bottom of my heart for creating these videos. Honestly I didn't understand a single thing until I watched your videos. You sir, are very appreciated.
Thank you for explaining the functionality of arrays. I will never forget that an array can multiple data types and the dot-notation for calling methods on that array. Thank you again. When I can afford it, I will buy your series and support your programming.
sir, your tutorials are good but can you make videos which tells that how to use javascript with html elements. for eg= putting a text in the input box and pressing a button, from the input of the button you can show the text which was typed in the input box. i can't explain as much good as you can.
Look I'm not the best programmer at all but I hope you guys like this language as much as I do because HTML, CSS and JS are so fun to mess around with for me!
Mosh, how do i run my javascript code on the console just like that one on your right? I normally run my on node. How do i run it on the console just like what you've done on the right hand side.
how should I declare arrays in javascript? Is it let colors = ["blue","red","green"]; or var colors = ["blue","red","green"]; because when I access the values using "var" i.e. var colors = ["blue","red","green"]; console.log(colors[0]); I get "b" but doing let colors = ["blue","red","green"]; console.log(name[0]); using 'let' I get 'blue' can you please enlighten me? Thanks a lot!
I have a question. I can push an item into an array using onclick and a function. But once you reload the page that added item is gone. if the item isnt hard coded, it doesnt stay. What is the sense in adding something to an array if it doesnt stay? Would you use an object in this case you can put into a database with JSON or something? I seem to be missing the entire point of arrays
This literraly don't work for me, the same code just give "undefinied" literraly copy and paste... that's why i love C# JS is just random bs all the time.. .three hours trying to figure out why the same code in a blank project literraly don't work...
I'm gonna be honest, I'm taking a Udemy javascript course and I come here before each new topic so I actually understand what's going on in the course. you're an amazing teacher, thank you!!!
Lol same
Same
Should just take his course and save you the world of trouble 😂
I'm doing a similar thing with a different program. Great review material.
hahahaha
I'm currently studying web design in college and we just started learning JavaScript. I want to thank you from the bottom of my heart for creating these videos. Honestly I didn't understand a single thing until I watched your videos. You sir, are very appreciated.
I´m a beginner in this lenguage, Your videos are the best. thanks a lot.
Thank you for explaining the functionality of arrays. I will never forget that an array can multiple data types and the dot-notation for calling methods on that array. Thank you again. When I can afford it, I will buy your series and support your programming.
2 minutes in and your explanation made more sense than the topic I've been failing to understand for about a hour from my home work.
Thanks for explaining well. Most of the time when I try to learn its I'm terms and lingo I don't understand this helped me to understand.
Thank you mosh! You are great teacher and my number one choice.
Thank you, you are more informative than the coding bootcamp I am taking.
Thank you Mosh, you're good at teaching these concepts in an efficient manner.
You do such an amazing job explaining things for me to understand. Thank you.
Wow. You are the best! I understand that easily. You're such a great teacher!
Thank you!
You explain things so clearly compared to most!
Are you using visual studio code?
Good info! Thank you for keeping simple to understand.
Great explanations! track your guides regularly. Thanks !
OMG Ive been so stuck not understanding really the purpose of this and you made it so simple!! Thank you!!
Thank you for the breakdown~! I was a bit confused on the content in my class, but this is so much more digestible!
Hi ... Thank you for the video
You’re such a good teacher!
God bless you sir 💝
Thank you for the clear explanation!
Thank you for your tutorial !
Can you tell which compiler did you use in this tutorial ?
PERSIANS SAVING PERSIANS FROM FINALS
Damet garm
❤ that's very good
thank you man, very much
sir, your tutorials are good but can you make videos which tells that how to use javascript with html elements. for eg= putting a text in the input box and pressing a button, from the input of the button you can show the text which was typed in the input box. i can't explain as much good as you can.
So we can use .push to add elements at the end of arrays & ALSO use the brackets & element then assign it a new element?
You’re a godsend.
Great video, Thanks
we want array full concept
Thanks
Great sir u r awsm
Which theme and extension are you using
When you say initialize does that mean you ASSIGNING VALUES? pls correct me if im wrong im new to programming. thank you
Yes
amazing
thank you
There are different ways to get arrays with var and with let
Look I'm not the best programmer at all but I hope you guys like this language as much as I do because HTML, CSS and JS are so fun to mess around with for me!
Mosh, how do i run my javascript code on the console just like that one on your right? I normally run my on node. How do i run it on the console just like what you've done on the right hand side.
Plesae give more
ruclips.net/video/3n3rQAlglzE/видео.html
Please I’m trying to get the link to registered
I miss the last word when you say this, JavaScript is a dynamic language, so the type of variables can change at _______?
at runtime
can i ask how can we print every value of array down of other in a web site ?
how do you do to run the console while yo code on VStudio?
Need Help
In an OJ I can not get
Correct ans for a big array input.
Why?
I do the same thing but there is no space between my color , they all stick together.? How can I solve this problem please ?
Sir, I've been using System. Out. Println(""); but I couldn't understand console. Log
how should I declare arrays in javascript? Is it
let colors = ["blue","red","green"];
or
var colors = ["blue","red","green"];
because when I access the values using "var" i.e.
var colors = ["blue","red","green"];
console.log(colors[0]);
I get "b"
but doing
let colors = ["blue","red","green"];
console.log(name[0]);
using 'let'
I get 'blue'
can you please enlighten me? Thanks a lot!
with the ES6, let and const should be used. You will have issues with var because even if you will use the same value, it won't return an error
I have a question. I can push an item into an array using onclick and a function. But once you reload the page that added item is gone. if the item isnt hard coded, it doesnt stay. What is the sense in adding something to an array if it doesnt stay? Would you use an object in this case you can put into a database with JSON or something? I seem to be missing the entire point of arrays
I do it with PHP all the time, I guess I need to learn the tie in between javascript and the database. Thank you, I appreciate your response
ruclips.net/video/3n3rQAlglzE/видео.html
This literraly don't work for me, the same code just give "undefinied" literraly copy and paste... that's why i love C# JS is just random bs all the time.. .three hours trying to figure out why the same code in a blank project literraly don't work...
❤️
Please I’m trying to get the link to registered