
JavaScript for Web Designers - Envato
video description
Date: 2022-09-19
Related videos
Comments and reviews: 20
Alberto
I am halfway through. I am enjoying the course, but I found that some aspects could be explained further. For example, when explaining the selectors, the teacher didn't explain where paragraphs come from or how the querySelectorAll works. As a result, I believe some of my code did not work.
Additionally, in the aspect about selectors the following code could have been explained
for (var i=0; i
reply
I am halfway through. I am enjoying the course, but I found that some aspects could be explained further. For example, when explaining the selectors, the teacher didn't explain where paragraphs come from or how the querySelectorAll works. As a result, I believe some of my code did not work.
Additionally, in the aspect about selectors the following code could have been explained
for (var i=0; i
reply
Ozzy
lol 13: 45 was like flashbacks to Vietnam for me because my first girlfriend's middle name was Marie, and she dumped me via text because she wasn't over John, her high-school boyfriend. It was rough, but in hindsight, I respect her for doing what was right for her. Anyway, definitely flashbacks to Vietnam haha.
Thanks for this awesome tutorial, Envato Tuts+: )
reply
lol 13: 45 was like flashbacks to Vietnam for me because my first girlfriend's middle name was Marie, and she dumped me via text because she wasn't over John, her high-school boyfriend. It was rough, but in hindsight, I respect her for doing what was right for her. Anyway, definitely flashbacks to Vietnam haha.
Thanks for this awesome tutorial, Envato Tuts+: )
reply
akaslendy
the first JavaScript tutorial that
1. didn't just jump into stuff so quickly I felt overwhelmed
2. didn't make me do math right off the bat so i felt like walking away
3. explained things simply enough that i wanted to continue but also showed me the value in each thing i was learning enough that i wanted to keep going for more advanced items
reply
the first JavaScript tutorial that
1. didn't just jump into stuff so quickly I felt overwhelmed
2. didn't make me do math right off the bat so i felt like walking away
3. explained things simply enough that i wanted to continue but also showed me the value in each thing i was learning enough that i wanted to keep going for more advanced items
reply
Leon
Man, idk what it is but I am still having a hard time understanding Javascript. I've watched videos and gone through training courses. I do have a basic understanding of it, but little things here and there I still don't understand and it's frustrating. I understand HTML and CSS just fine and I just want to implement Javascript to make a better website.
reply
Man, idk what it is but I am still having a hard time understanding Javascript. I've watched videos and gone through training courses. I do have a basic understanding of it, but little things here and there I still don't understand and it's frustrating. I understand HTML and CSS just fine and I just want to implement Javascript to make a better website.
reply
verdell
This is a great course to begin learning about javascript but I ran into an error at
submitBtn. addEventListener I got the following error
Script1. js: 5 Uncaught TypeError: Cannot read property 'addEventListener' of null.
Im using Chromes Developers tools maybe its the browser I'm using but I couldn't seem to resolve the issue.
reply
This is a great course to begin learning about javascript but I ran into an error at
submitBtn. addEventListener I got the following error
Script1. js: 5 Uncaught TypeError: Cannot read property 'addEventListener' of null.
Im using Chromes Developers tools maybe its the browser I'm using but I couldn't seem to resolve the issue.
reply
Harish
Sorry, I am not convinced with the demo examples; they are pretty hard t understand. Demo examples must be based on what you have taught in the lessons. Unfortunately, I did not get anything much in demo examples. I am hopeless. :( Things went out of my mind as I am beginner and know nothing about coding (variables, functions, events etc)
reply
Sorry, I am not convinced with the demo examples; they are pretty hard t understand. Demo examples must be based on what you have taught in the lessons. Unfortunately, I did not get anything much in demo examples. I am hopeless. :( Things went out of my mind as I am beginner and know nothing about coding (variables, functions, events etc)
reply
Mohammed
Hello, could you pls tell me how to get rid of the saved inputs which automatically shows up each time you type in the text box(Hope you noticed the little 'a' which always pops up when you type, which we dont want this particular scenario. Can you pls guide me as to how to get rid of that?
reply
Hello, could you pls tell me how to get rid of the saved inputs which automatically shows up each time you type in the text box(Hope you noticed the little 'a' which always pops up when you type, which we dont want this particular scenario. Can you pls guide me as to how to get rid of that?
reply
Nino
Helpful in some ways, but why would focus so much on the console instead of real use, which is mainly front end - page transitions, scroll animations, etc. I don't anyone would hire you to play with the javascript console - Look I can make it print - name & age
reply
Helpful in some ways, but why would focus so much on the console instead of real use, which is mainly front end - page transitions, scroll animations, etc. I don't anyone would hire you to play with the javascript console - Look I can make it print - name & age
reply
Ananth
I have firm desire to learn programming and programming languages
for doing work like full stack developer as Remote or freelancer.
Its my dream and wish to work and keep learn more in software field.
reply
I have firm desire to learn programming and programming languages
for doing work like full stack developer as Remote or freelancer.
Its my dream and wish to work and keep learn more in software field.
reply
onee
This is one of the few JavaScript tutorials which actually bother to show how it is applied in the real world. Unlike many others which completely pay zero attention to DOM Methods. So, thank you. :)
reply
This is one of the few JavaScript tutorials which actually bother to show how it is applied in the real world. Unlike many others which completely pay zero attention to DOM Methods. So, thank you. :)
reply
Debabrata
Wow! This is exactly what I was looking for! Wonderful tutorial. Learned javascript, but wanted to know how js ties into web designing without all the fancy libraries. Thank you!
reply
Wow! This is exactly what I was looking for! Wonderful tutorial. Learned javascript, but wanted to know how js ties into web designing without all the fancy libraries. Thank you!
reply
Moukhles
Jacascript is a script lamguage, because it doesnt compile directly from the OS, it runs from a web browser. C its run by the OS and thats why it called a programing language
reply
Jacascript is a script lamguage, because it doesnt compile directly from the OS, it runs from a web browser. C its run by the OS and thats why it called a programing language
reply
Benard
Envato Tuts+ Is this tutorial useful when you want to be a front end web developer? Because sometimes people class web designers and front end web developers as different jobs.
reply
Envato Tuts+ Is this tutorial useful when you want to be a front end web developer? Because sometimes people class web designers and front end web developers as different jobs.
reply
Mitul
For vanilla autocomplete, how does the value of resultsCursor change as it's initialized to 0 and isn't manipulated anywhere in the code (checked the github code as well)?
reply
For vanilla autocomplete, how does the value of resultsCursor change as it's initialized to 0 and isn't manipulated anywhere in the code (checked the github code as well)?
reply
Faisal
Hey!
paragraphs. style. color = green;
this code doesn't work in my case.
uncaught TypeError: cannot read the property Style of undefined at javascript. js
reply
Hey!
paragraphs. style. color = green;
this code doesn't work in my case.
uncaught TypeError: cannot read the property Style of undefined at javascript. js
reply
cindy
This is one of the best tutorials I've seen. I could easily absorb everything you say. Your teaching method is great for people who are not easy learners.
reply
This is one of the best tutorials I've seen. I could easily absorb everything you say. Your teaching method is great for people who are not easy learners.
reply
Shreyas
Great tutorial.
One observation, there is a bug in your input autocomplete logic, with regards to the cursor variable going out of bounds
reply
Great tutorial.
One observation, there is a bug in your input autocomplete logic, with regards to the cursor variable going out of bounds
reply
Robert
this tutorial is number 1! really! you covered sooo many important topics in a single tutorial i can't believe it! thanks for this! +1 sub
reply
this tutorial is number 1! really! you covered sooo many important topics in a single tutorial i can't believe it! thanks for this! +1 sub
reply
Ajith
Your tutorial is really awesome bro. hats offf. i learned lot from this. can you please put another video for advanced javascript concepts.
reply
Your tutorial is really awesome bro. hats offf. i learned lot from this. can you please put another video for advanced javascript concepts.
reply
Jiju
One of the best JS tutorials available. The tutor is very systematic, explains everything in a simple way by which anybody can understand.
reply
One of the best JS tutorials available. The tutor is very systematic, explains everything in a simple way by which anybody can understand.
reply
Add a review, comment
Other channel videos















