#12 JavaScript Strings | JavaScript Full Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.พ. 2021
  • 🙂 SUBSCRIBE - hit the bell 🔔 and choose all: goo.gl/nYLZvz
    In this lesson we're going to learn all about how to create JavaScript strings. When we want to represent data that is text, we need to distinguish this data from the rest of our code, we do this by wrapping the text data inside quotation marks, this is called a string. In JavaScript a string is basically text data, the word string comes from the phrase "string of letters" or "string of characters".
    JS String Special Characters - developer.cdn.mozilla.net/it/...
    SUBSCRIBE and hit the BELL NOTIFICATION 🔔:
    goo.gl/nYLZvz
    ------------------
    👍 HTML FULL TUTORIAL:
    shorturl.at/fiCMV
    👍 CSS FULL TUTORIAL:
    shorturl.at/clGSZ
    ------------------
    FACEBOOK:
    / devdreamercode
    TWITTER:
    / devdreamercode
    SUBSCRIBE and hit the BELL NOTIFICATION 🔔:
    goo.gl/nYLZvz
    ------------------
    Learn with Dev Dreamer! Step by step, easy to understand tutorials :-)

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

  • @amesmerisedbeing
    @amesmerisedbeing 3 หลายเดือนก่อน

    Not just that I am learning JS but liking it too. This is the power of a good teacher. Thank you man, truly!

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

    I can't believe I've reached here, bro your videos are amazing I am following all the lessons since HTML and CSS, it's been a very good journey learning from you and applying everything in real. I just wanted to show my appreciation before I continue watching, you deserve so much more subscribers, just keep pushing brother the algorithm will notice soon.

  • @lolu6797
    @lolu6797 2 ปีที่แล้ว +1

    Thank you for this so much!
    I think I prefer backticks, I don't get any errors if I use backticks with quotes embedded in it.

  • @ahmetmutlu7469
    @ahmetmutlu7469 6 หลายเดือนก่อน

    We can put the string sentences under each other without using anything, when we use backticks.

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

    Thanks so much, while it feels kinda slow going through these classes… they are so well spoken and interactive, I am learning it very easily and I really appreciate the quizzes at the end.
    It all seems very logical really.
    Anyway, one thing I noted while doing this exercise is that if I use backticks for the string, then double quotes inside the backticks, I don’t get errors when using apostrophes’
    So I made my own note to generally use backticks for the string so that I can follow basic grammar rules for quotations within the string.
    For example:
    Let quote = ‘My father said “I can’t believe Jerry. It doesn’t make any sense.”’;
    Console.log(quote);
    Let me know if I’m wrong please!
    Thanks again!

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

      Awesome!!!!

  • @bravin_w
    @bravin_w 2 ปีที่แล้ว +1

    Thanks so much for making this you make JS look easy

    • @DevDreamer
      @DevDreamer  2 ปีที่แล้ว +1

      Thank you! This is literally one of my aims with the course, to make JS look easy, because when you break it down, it is! It’s not the big scary monster everyone makes it out to be🙂👍

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

    Excellent !

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

      Thank you Sharda! 🙂👍

  • @webb-developer
    @webb-developer 5 หลายเดือนก่อน

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

    so basically using backlash ignores the next character, so if i want to use a backslash or any other symbol i use a double backslash or backslash followed by the symbol i want the program to ignore.... nice. but if i use it without special characters the backslashes still work. so we have to learn by heart those special symbols right ?

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

      Hi Alexandru, as long as you use the backslash as explained in this lesson you’re good to go 👍

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

      @@DevDreamer thank u sir., im learning more and more and thank u for doing this. ur voice and ur eq or what u did helps its really uniform and easy to follow :) i may comment to other videos cuz i sometimes dont get a thing or to but i only do it after i watch the video 20 times and i really dont get something lol :D so dont mind please respond :D

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

      Sure no problem, glad my videos are helpful 🙂👍

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

    U r Aumsum