JavaScript Programming Tutorial for Beginners



Java Full Stack Live Course : https://bit.ly/javatelusko Coupon Code : TELUSKO10 for additional discount. Full Stack Blockchain …

27 Comments

  1. hi sir, my vs code not showing output ex: if i write console.log("hi") then i run my output showing me like exited with code =0 in xxxx sec after another line runinng node 'path' thats it ,but my hi result is not displied in my output

  2. @3:16:13
    let alien={

    name:'Mahdi',

    tech:"JS",

    laptop:{

    brand:"Asus",

    ram:"32"

    }

    }

    for (let key in alien){

    console.log(key, alien[key])

    }

    for (let key in alien.laptop){

    console.log(key, alien.laptop[key])

    }

  3. 3:17:01
    let alien = {

    name: "Seedorf",

    age: "24",

    technology: "JS",

    laptop:{

    name: "Lenovo",

    core : 'i7',

    ram : '8 gb'

    }

    }

    for(let key in alien.laptop){

    console.log(alien.laptop[key]);

    }

  4. code for laptop specifications at 3:16:55
    let alien={

    name:'navin',

    tech:'js',

    laptop:{

    cpu:'i7',

    ram:4,

    brand:'asus'

    }

    }

    for(let keys in alien.laptop){

    console.log(keys,alien.laptop[keys])

    }

  5. For ( let key n alien)
    {
    If(alien[key]==="laptop")
    {
    For (let k in laptop)
    {
    Console.log(key,alien.laptop[k]);
    }
    }
    Else
    Console.log(key,alien[key]);

    }

  6. array method filter map reduce we are getting an wrong output 1+2+3+4+5+6 = 21, you got 24. Just letting you know

  7. Thank you ! for making this course as it was very helpfull for me to understand the fundamental of this language, i am going through the Freecode camp Javascript couse and it was a pain, to understand the fundamentals, i have really understood what you thaught in this Course, Thanks Again, you are an Awesome Alien 🀣

  8. Hi
    I'm Issaka from Ghana and a teacher.
    In fact your teaching approach is unbelievable.
    I'm completely absorbing everything you are teaching without any difficulty.
    My confidence level is very high now, all because of you.
    Thanks so much.

  9. Glad to know that aapki Hindi bhi aati h mujhe aaj hi pta chala full stack and web development using python vala video dekhhke….
    phele to aap mujhe foreigner youtuber lagte the πŸ˜…πŸ˜…πŸ˜…πŸ˜…

Leave a Reply

© 2023 53GB