ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Object Literal in JavaScript (Hindi)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ค. 2018
  • Object Literal in JavaScript
    You can find out our HTML Complete Video tutorials :
    goo.gl/O254f9
    CSS Complete Video Tutorial Playlist:
    goo.gl/On2Bh1
    Feel free to share this video
    JavaScript Complete Video Tutorial Playlist
    goo.gl/A517jQ
    Check Out Our Other Playlists:
    / geekyshow1
    SUBSCRIBE to Learn Programming Language !
    goo.gl/glkZMr
    Learn more about subject:
    www.geekyshows....
    __________________________________________________________
    If you found this video valuable, give it a like.
    If you know someone who needs to see it, share it.
    If you have questions ask below in comment section.
    Add it to a playlist if you want to watch it later.
    ___________________________________________________________
    T A L K W I T H M E !
    Business Email: contact@geekyshows.com
    TH-cam Channel: / geekyshow1
    Facebook: / geekyshow
    Twitter: / geekyshow1
    Google Plus: plus.google.co...
    Website: www.geekyshows....
    ___________________________________________________________
    Make sure you LIKE, SUBSCRIBE, COMMENT, and REQUEST A VIDEO :)
    ___________________________________________________________

ความคิดเห็น • 40

  • @syedularif2421
    @syedularif2421 5 ปีที่แล้ว

    great patience you have bro.Many many thanks

  • @jayanti.hello500
    @jayanti.hello500 3 ปีที่แล้ว +2

    if we want to have a key with 2 words can't we use underscore instead of space? so that our code will run without error

    • @kkartbox
      @kkartbox 3 ปีที่แล้ว

      Yes

    • @sam-001
      @sam-001 2 ปีที่แล้ว

      Isame class ka scene nahi hai??

  • @EpinderSingh
    @EpinderSingh 5 ปีที่แล้ว +4

    I think we can use Single quote as well for double name property. can anyone please confirm???

  • @kajalkashyap4068
    @kajalkashyap4068 5 ปีที่แล้ว +1

    Thanks for this video 😊

  • @ajmaljoiya6006
    @ajmaljoiya6006 3 ปีที่แล้ว

    Great work and research

  • @tarunchanderbhatt
    @tarunchanderbhatt 5 ปีที่แล้ว +1

    great and u teach small small things

  • @AlanSchooll
    @AlanSchooll 3 ปีที่แล้ว +1

    how we can write object names that consist of more than two words?
    plz answer

  • @kajalkashyap4068
    @kajalkashyap4068 5 ปีที่แล้ว +2

    Hello sir,
    thanks for awesome tutorial but i have a question,
    var age = {
    rahul: 100,
    sumit: 150,
    total: function(){
    document.write(age.rahul + age.sumit);
    }
    };
    document.write(age.total());
    i tried this but "250undefined" is printed, please correct me, what mistake i have done in my code

    • @geekyshows
      @geekyshows  5 ปีที่แล้ว +4

      You are writing document.write unnecessarily just write age.total() becoz inside the function you have already written document.write for displaying the output

    • @kajalkashyap4068
      @kajalkashyap4068 5 ปีที่แล้ว +2

      @@geekyshows ok got it, thanks for reply and valuable time:)

    • @prachipatil5996
      @prachipatil5996 หลายเดือนก่อน +1

      ​@@geekyshows
      If there would be return( )
      Inside the function then that previous written code was fine.
      Is it?

  • @disha9876
    @disha9876 5 ปีที่แล้ว +1

    Is var fees = { } ; & var fees = null; ?? same??
    AnyOne ?? Please answer...

    • @utpalkant6354
      @utpalkant6354 5 ปีที่แล้ว

      No empty object and null are different things

  • @thecentralhub2173
    @thecentralhub2173 ปีที่แล้ว

    great video

  • @kumarujjawal8852
    @kumarujjawal8852 4 ปีที่แล้ว

    sir but using underscore between Super man gives result. Isn't it right?

  • @kM-pc4sy
    @kM-pc4sy 6 ปีที่แล้ว +2

    do you have videos for jQuery then please share link

    • @geekyshows
      @geekyshows  6 ปีที่แล้ว +2

      Not yet bt i will upload it after finishing advance javascript

    • @hunnytyagi1996
      @hunnytyagi1996 6 ปีที่แล้ว +2

      ADVANCE javaScript ki different playlist bnana sir...or core javaScript complete h kya ye sir

  • @debagames5709
    @debagames5709 4 ปีที่แล้ว

    isnt a ';' required after return statement?

  • @aqibfayyaz1619
    @aqibfayyaz1619 5 ปีที่แล้ว

    Thank you

  • @user-xw6ns6ih5f
    @user-xw6ns6ih5f 4 ปีที่แล้ว

    Sir how return statement is different from console.log??
    Sometimes console.log give undefined.why?

    • @anilpal1617
      @anilpal1617 4 ปีที่แล้ว +2

      console.log statement prints the value whereas return statement stores the value and doesn't print it until it is told to do so

  • @softwareengineeringlecture1389
    @softwareengineeringlecture1389 5 ปีที่แล้ว

    thanks sir

  • @sandy9908
    @sandy9908 4 ปีที่แล้ว

    Sir aap please video ke saath practice exercises bhi uplaod kijiye isse hum practice v kar sakte hai please

  • @saherwarsi7398
    @saherwarsi7398 2 ปีที่แล้ว

    What is literal in that

  • @bhanusingh5696
    @bhanusingh5696 4 ปีที่แล้ว

    Nice video

  • @user-gg5nh1mf6l
    @user-gg5nh1mf6l 5 ปีที่แล้ว

    thanks

  • @anilmanhar940
    @anilmanhar940 5 ปีที่แล้ว +1

    Koi muzhhe batayega ki object ko kis kam ke liye use karete hai

  • @shekhsaiful1054
    @shekhsaiful1054 4 ปีที่แล้ว

    Bro this topic can only take 10 min ... But making it more than that i know you are making it larger to make us understand but this is video bro .m we can replay and all ... Just make a constructed video ..

  • @RV-nj7fg
    @RV-nj7fg 4 ปีที่แล้ว

    underscore use between two words with dot !!!!

  • @venateshbanagarcse3188
    @venateshbanagarcse3188 8 หลายเดือนก่อน

    🙏🙏🙏🙏🙏

  • @priyankasawant2083
    @priyankasawant2083 4 ปีที่แล้ว

    sir we can use in this way also
    fees.rahul_sharma=200;

  • @ekrammallick9333
    @ekrammallick9333 4 ปีที่แล้ว

    ok ok

  • @yogeshsharma7741
    @yogeshsharma7741 4 ปีที่แล้ว

    Sir please make short videos