Love when more experienced devs make mistakes and correct them during the explanation. I was stuck with this "cannot read property" error and just now I realized the mistake when you had to correct yourself. Thanks A LOT! Just got a new sub!
Just started with JS and WeDev(*1955 :). With your tutorials, I understand more in a much shorter time than with the videos of your competitors! You know how to showcase the real power of JavaScript! Thank you, a real pleasure!
Thank the heavens for your tutorials. Following other youtubers tutorials where they show you how to make a ToDo list for example, but without explaining concepts so you end up feeling lost. Thanks a lot!
You have a new sub, you have made this so easy for me to understand, i cannot wait to watch more videos, i struggled to join html and javascript and really struggling with functions, so I am excited to get into your content and hope i experience that "click" everyone talks about! :) i really like that you put the script into the html document and show step by step how they link up. been struggling so much and I have no clue what I am doing half the time, not exactly someone that did well with analytical subjects like math and no lie Javascript has made me cry a few times (haha) because I struggle to grasp functions and realize that its making it hard for me to actually code. I am breathing a sigh of relief, so far so good! :D
thank you for the tutorial and thanks for not editing out the simple mistake. as a newbie i make a lot of those and they always make me feel (don't say it don't say it) dumb.
Excuse me, i want to ask about this topic. I got an error from console.log that "Error: TypeError: Cannot read properties of null (reading 'appendChild')". I get the data from API and the script right now from html (for now, later will be separated). My code is same exactly like your code, can you tell me why?
Hey, I have an issue here, I'm trying to append a div to a li element which should append to the main ul element, but I don't get to do it properly (actually it doesn't work). May I ask for a hand in here?. I'm a newbie.
function additnow() { const ulli = document.createElement('li'); ulli.setAttribute("id", "ulli"); let ullidiv = document.createElement('div'); ullidiv.setAttribute("id", "ullidiv"); ullidiv.setAttribute("class", "content"); var ullidivp = document.createElement('p'); document.getElementById("ullidiv").appendChild(ullidivp); var ullidivptext = document.createTextNode("text"); document.getElementById("ullidivp").appendChild(ullidivptext); var appendElement = document.getElementById("ul").appendChild(ulli);}
Love when more experienced devs make mistakes and correct them during the explanation. I was stuck with this "cannot read property" error and just now I realized the mistake when you had to correct yourself.
Thanks A LOT! Just got a new sub!
That's awesome, thank you!
Hello! I'm Japanese, studying JavaScript. this movie is very very Good for may study!! It's easy to understand!! Thank U
how much have you progressed in the last 3 years?
Just started with JS and WeDev(*1955 :). With your tutorials, I understand more in a much shorter time than with the videos of your competitors! You know how to showcase the real power of JavaScript! Thank you, a real pleasure!
Glad it could help you!
i have to tell you that this is 200% way more easier to understand than what my lecture tells!!! can't tell how much I appreciate it
Thank the heavens for your tutorials. Following other youtubers tutorials where they show you how to make a ToDo list for example, but without explaining concepts so you end up feeling lost. Thanks a lot!
You have a new sub, you have made this so easy for me to understand, i cannot wait to watch more videos, i struggled to join html and javascript and really struggling with functions, so I am excited to get into your content and hope i experience that "click" everyone talks about! :)
i really like that you put the script into the html document and show step by step how they link up.
been struggling so much and I have no clue what I am doing half the time, not exactly someone that did well with analytical subjects like math and no lie Javascript has made me cry a few times (haha) because I struggle to grasp functions and realize that its making it hard for me to actually code. I am breathing a sigh of relief, so far so good! :D
Clear tutorial, love it
Keep it up!
Thanks for the support 😁 happy that it helped you
thank you for the tutorial and thanks for not editing out the simple mistake. as a newbie i make a lot of those and they always make me feel (don't say it don't say it) dumb.
Very clear and concise. Thanks for the video.
No worries mate, thanks
Great videos. Really talented Mentor
Thanks a lot man, I implemented this whit map from array and it's works! (sorry for my english)
Your videos are so helpful and simple, thank you very much!
You explained it so effectively. Thank you!
Great tutorials. And I love the color scheme. Did you make it yourself?
I finally got it, Thank you :)
Awesome Video, helped me a lot, Cheers!
Glad to hear it!
Super clear. I just subscribed
Thanks mate!
so simply explained. love it
Thanks. You just help me). Have a nice day!
Thanks so much, so clear!!!
Great explanation. Thank you so much.
No problem :)
very helpful! keep up the good videos!
No problem!
thanks for the simplicity
Super helpful, thank you!
No probs mate 😁
Great video. Nice and concise.
Glad it was helpful!
very useful! Thanks a ton
thank you so much helped me out a lot. Could you do a video on how to link API'S to your Javascript and make it work in the browser?
Thanks mate, what kind of APIs are you talking about?
nice and neat .. congratz
Thanks m8
Nice tutorial.
thanks sir.. your video was so helpful
Glad to hear that!
mucho bueno senor SI!
What if we wanted to append buttons to the fruit list, how can we do? I am struggling with this problem.
Thanks bro!
Any time
Thanks so much!
very helpful
Thank you!
Could you please use dark theme. It will help the eyes those who watch at night and their phones battery
Gret explained sir ! Can you tell me which keybord u use?
I use the CoolerMaster MasterKeys Pro S
@@dcode-software Thank you sir :)
What keyboard you're using in this video?
THANKS!
Glad I can help 😃
Excuse me, i want to ask about this topic.
I got an error from console.log that "Error: TypeError: Cannot read properties of null (reading 'appendChild')". I get the data from API and the script right now from html (for now, later will be separated). My code is same exactly like your code, can you tell me why?
I love your js playlist but I think you forgot to sort it by next by next part tutorial.
wow q genial tutorial ... defrente al grano como debe de ser ...
Great
Awesome
thank you
Hey, I have an issue here,
I'm trying to append a div to a li element which should append to the main ul element,
but I don't get to do it properly (actually it doesn't work).
May I ask for a hand in here?. I'm a newbie.
function additnow()
{
const ulli =
document.createElement('li');
ulli.setAttribute("id", "ulli");
let ullidiv =
document.createElement('div');
ullidiv.setAttribute("id", "ullidiv");
ullidiv.setAttribute("class", "content");
var ullidivp =
document.createElement('p');
document.getElementById("ullidiv").appendChild(ullidivp);
var ullidivptext =
document.createTextNode("text");
document.getElementById("ullidivp").appendChild(ullidivptext);
var appendElement =
document.getElementById("ul").appendChild(ulli);}
how can i add css to an appended value? it wont atke the css i added to the first child
did i can add banana above apple?
can i use .forEach or .map instead of the forLoop?
how did you get the text content keyword ?
Guys code you are writing not seen the bottom
yes, mango is a fruit... lol
Thank you