Email Validation In JavaScript | JavaScript Email Validation Tutorial For Beginners | Simplilearn

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024

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

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

    🔥Full Stack Java Developer Program (Discount Code - YTBE15) - www.simplilearn.com/java-full-stack-developer-certification?RHCoOVSu5k&Comments&TH-cam
    🔥Full Stack Developer - MERN Stack Program (Discount Code - YTBE15) - www.simplilearn.com/full-stack-developer-course-mern-certification-training?RHCoOVSu5k&Comments&TH-cam
    🔥Caltech Coding Bootcamp (US Only) - www.simplilearn.com/coding-bootcamp?RHCoOVSu5k&Comments&TH-cam

  • @sarfarajsalimkhan6288
    @sarfarajsalimkhan6288 4 ปีที่แล้ว +46

    how can your code runs? you have written regx.text() which should be regx.test(), otherwise it should give an error.

    • @jaya3688
      @jaya3688 2 ปีที่แล้ว +3

      Thanks for the correction. This helped a lot

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

    I'm working on a project right now and was stuck on this. Now I understand.
    Thank you so much!! :)

  • @pratikpokharel4575
    @pratikpokharel4575 3 ปีที่แล้ว +4

    tomorrow is my exam an i am here .thanks mam for this simple explanation

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

    so good video

    • @SimplilearnOfficial
      @SimplilearnOfficial  10 หลายเดือนก่อน

      We're thrilled to have been a part of your learning experience, and we hope that you feel confident and prepared to take on new challenges in your field. If you're interested in further expanding your knowledge, check out our course offerings in the description box.

  • @11_kailashv59
    @11_kailashv59 3 ปีที่แล้ว +3

    how is your code running when your button type is button? i even tried it your way, but it did not work. shouldn't the button type be submit?

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

    great video

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

    Please make a tutorial on firebase.

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

      Hey, thank you for watching our video. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)

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

    7:58
    _"A backslash or an escape sequence can only be used within this square braces"_
    That's incorrect. You can use a backslash anywhere within your regex pattern.
    _"outside of it, it is considered as literals"_
    You got that backwards. All meta characters other than ^, ], -, and \ will be treated as literal characters If they're inside character sets (brackets), not when outside of it.

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

      Thank you for bringing this to our attention. We’re sorry you had a bad experience. We’ll strive to do better