JavaScript for Beginners - Variables

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 51

  • @TheDervMan
    @TheDervMan Před 2 lety

    I use Developer Mode almost daily for troubleshooting connectivity problems but I had no idea you can use it for writing/testing javascript! Nice one.

    • @saperis
      @saperis  Před 2 lety +1

      I thought it's the easiest way to show scripting in JavaScript. Everyone has a browser and can follow along.

  • @arashayoubi6164
    @arashayoubi6164 Před 4 měsíci

    You teach very simply and fluently, thank you🌷

    • @saperis
      @saperis  Před 4 měsíci

      You are very welcome 😃

  • @kdiao3918
    @kdiao3918 Před rokem

    Your video is very easy to understand and very useful for someone who has very little knowledge in Java script, keep them coming ❤

    • @saperis
      @saperis  Před rokem

      I'm happy you liked the video. By the way, there is a full playlist with similar videos you might find interesting: czcams.com/play/PLNwCcck1-mNgASuUVvHeK282pvHzgWP-6.html

  • @manjotbhasin
    @manjotbhasin Před rokem

    Wow, the way you explain is amazing! Thank you.

    • @saperis
      @saperis  Před rokem +1

      Glad you think so! 😀

  • @wasimswami3741
    @wasimswami3741 Před rokem

    Really awesome teaching

    • @saperis
      @saperis  Před rokem

      Glad you liked it 😀

  • @jayasri-ft8040
    @jayasri-ft8040 Před 2 lety

    Great work you have done. Thakto

    • @saperis
      @saperis  Před 2 lety

      Thank you so much 😀

  • @CrudeOilisOrganicYouKnow
    @CrudeOilisOrganicYouKnow Před 2 lety +1

    Var vs Let Please

  • @mohamedleminhammaden3981

    Var vs Let
    Thanks for everything
    God bless you

    • @saperis
      @saperis  Před 2 lety

      Thank you for watching 😀

  • @wasimswami3741
    @wasimswami3741 Před rokem

    I am willing to learn Java script hope and want to apply for my work. Hope I will be able with this kind of teaching.

  • @mohamedleminhammaden1882

    Thanks for this video.

  • @zoranbogdan6354
    @zoranbogdan6354 Před 2 lety +1

    (var vs let) * 10 :-) love your videos. Thank you so much

    • @saperis
      @saperis  Před 2 lety

      Thanks for watching and commenting 😀

  • @Asrealasfaboulous
    @Asrealasfaboulous Před rokem

    you're awesome , thanks so much.

    • @saperis
      @saperis  Před rokem

      Thank you for watching and commenting 😀

  • @kevinrodwell
    @kevinrodwell Před 2 lety

    I subscribed a week ago to learn some google sheet stuff, oh well.
    Looks like its time to learn javaScript
    let vs var please

    • @saperis
      @saperis  Před 2 lety

      The macros you can write for Google Sheets are in a scripting language of the name Apps Script. This scripting language is based on JavaScript.
      So if you learn JavaScript, it's going to benefit you with Google Sheets too. 😀

  • @danielblah3034
    @danielblah3034 Před 2 měsíci

    You have a gift for teaching

  • @iamhassanhashmi
    @iamhassanhashmi Před 2 lety

    Amazing ♥️

  • @sertzaiweld4389
    @sertzaiweld4389 Před rokem

    I was following by live doing your steps. I had to save halfway and shut my pc. Upon reboot, I launched Chrome and opened the form and the sheet from google drive. But I could not find the code I was working on. How or where can you find the source code if you want to edit?

    • @saperis
      @saperis  Před rokem

      If you were coding in the Chrome browser itself there is no way to get that code back.
      If you created an Apps Script project in Google Drive, though, you will most likely find it in the top level of your My Drive.

  • @EngAbkareno
    @EngAbkareno Před 2 lety

    Hi there,
    I have a question and need an expert like you to answer,
    I have sheet with 3 tabs , 3 different persons and admin (want to use 1 only sheet)
    I want admin to see and edit tab1,tab2,tab3
    I want person1 to see tab1 only and edit it
    I want person2 to see tan2 only and edit it
    I want person3 to see tab3, tab2 and edit them only
    Hide the tab make it hidden for all the persons and when show them they are shown to the whole persons.
    can the script give solution to this?

    • @saperis
      @saperis  Před rokem

      I'm assuming you are asking this question for a Google Sheet file. As far as I'm aware that is not possible.

  • @TalmadgeMcGhoulaghy
    @TalmadgeMcGhoulaghy Před 2 lety

    Var vs let. Please and thank you.

    • @saperis
      @saperis  Před 2 lety

      Here you go: czcams.com/video/q6V5Yeni9dI/video.html

  • @praveenmuli
    @praveenmuli Před 2 lety

    var vs let

  • @JorgePerez-wr6dv
    @JorgePerez-wr6dv Před 2 lety

    Soy hispanohablante, sin embargo me encanta la manera en que expones el tema, y con ayuda de la traducción automática entiendo perfectamente cada concepto que explicas. Felicidades

    • @saperis
      @saperis  Před 2 lety

      Me alegra oir eso. 😀

  • @bearhunter007
    @bearhunter007 Před 2 lety

    var vs. let

  • @etiennebesson6586
    @etiennebesson6586 Před 2 lety

    var vs. let 😁

    • @saperis
      @saperis  Před 2 lety

      Thanks for your support Etienne. 😀

  • @andreaguerri3948
    @andreaguerri3948 Před 2 lety

    Ma per quanto continui a fare video in questo canale?

    • @saperis
      @saperis  Před 2 lety +1

      Spero per sempre 😀

  • @ryanculverwell
    @ryanculverwell Před 2 lety

    Hello Chanel,
    please explain how to fix the constant variable error @ czcams.com/video/x3xZXJmb05U/video.html
    var vs let

    • @saperis
      @saperis  Před 2 lety +1

      You can't actually fix that error because you can only assign a value once to a constant and that's it. You cant re-assign a new value to a constant.
      That's what the error message is pointing out to.

    • @ryanculverwell
      @ryanculverwell Před 2 lety

      @@saperis thank you, I now understand🙏.

    • @ryanculverwell
      @ryanculverwell Před 2 lety

      @Zary madglende thank you, really appreciate it.:)

  • @Shaistakhan-sg1gb
    @Shaistakhan-sg1gb Před rokem

    comment vs var

    • @saperis
      @saperis  Před rokem

      Here's the video: czcams.com/video/q6V5Yeni9dI/video.html

  • @nicobortoluzzi8724
    @nicobortoluzzi8724 Před 2 lety

    var vs let

  • @JWTechn1qu3
    @JWTechn1qu3 Před 11 měsíci

    var vs let

    • @saperis
      @saperis  Před 11 měsíci

      Here you go: czcams.com/video/q6V5Yeni9dI/video.html