Email Validation in JavaScript using Regular Expression in Hindi | Email Validation regex Javascript

preview_player
Показать описание
Welcome all, we will see email validation in javascript using regular expression in Hindi. email validation regex javascript.
JavaScript to validate email address using a regex. This is a code snippet for basic JavaScript to validate email address using a regular expression.To validate email address on the client side, we can use javascript with a regular expression. Javascript can check the regular expression pattern for a valid email address.

if you like my videos, Please
LIKE SHARE SUBSCRIBE my channel for more awesome videos :)
Рекомендации по теме
Комментарии
Автор

I just love you bro.. this helped me alot thanxxx

faizaanmhate
Автор

You are awesome I subscribed you because your content and way of explanation so awesome. thanks

RobinSingh-mszt
Автор

wow!!! bro...just awesome always this did copy and paste where I need it from google but after watch this video now I have learned it very a lot for this helpful video....

miltonchowdhury
Автор

Awesome video. Please upload more and more thank

dhirajt
Автор

hello bro your teaching style is awesome please make a mini project with PHP and cover all things like session, cookies, and others.

bityard
Автор

Bro you have not used numbers from 0-9 And other alfa numeric symbols which mostly used in email can we use them as you simply use alphabets. Overall very helpful video thanks alot👌👌

naeemullah
Автор


* CODING CHALLENGE 2
*/
bhai mjhy in assignments ka solution code chahiye.
/*
John and Mike both play basketball in different teams.
In the latest 3 games, John's team scored 89,
120 and 103 points, while Mike's team scored 116,
94 and 123 points.

1. Calculate the average score for each team
2. Decide which teams wins in average (highest average score)
, and print the winner to the console. Also include the
average score in the output.
3. Then change the scores to show different winners.
Don't forget to take into account there might be a draw
(the same average score)

4. EXTRA: Mary also plays basketball,
and her team scored 97, 134 and 105 points.
Like before, log the average winner to the console.
HINT: you will need the && operator to take the decision.
If you can't solve this one, just watch the solution,
it's no problem :)
5. Like before, change the scores to generate different
winners,

keeping in mind there might be draws.

GOOD LUCK 😀
*/
/*




* CODING CHALLENGE 3
*/

/*
John and his family went on a holiday and went to 3
different restaurants. The bills were $124, $48 and $268.

To tip the waiter a fair amount, John created a simple tip
calculator (as a function).
He likes to tip 20% of the bill when the bill is less than $50,

15% when the bill is between $50 and $200, and 10% if the
bill is more than $200.

In the end, John would like to have 2 arrays:
1) Containing all three tips (one for each bill)
2) Containing all three final paid amounts (bill + tip).

(NOTE: To calculate 20% of a value, simply multiply it with
20/100 = 0.2)

GOOD LUCK 😀
*/
/*





* CODING CHALLENGE 4
*/

/*
Let's remember the first coding challenge where Mark and John
compared their BMIs. Let's now implement the same
functionality with objects and methods.
1. For each of them, create an object with properties for
their full name, mass, and height
2. Then, add a method to each object to calculate the BMI.
Save the BMI to the object and also return it from the method.
3. In the end, log to the console who has the highest BMI,
together with the full name and the respective BMI. Don't
forget they might have the same BMI.

Remember: BMI = mass / height^2 = mass / (height * height).
(mass in kg and height in meter).

GOOD LUCK 😀
*/
/*






* CODING CHALLENGE 5
*/

/*
Remember the tip calculator challenge? Let's create a more
advanced version using everything we learned!

This time, John and his family went to 5 different restaurants.
The bills were $124, $48, $268, $180 and $42.
John likes to tip 20% of the bill when the bill is less than
$50, 15% when the bill is between $50 and $200, and 10% if
the bill is more than $200.

Implement a tip calculator using objects and loops:
1. Create an object with an array for the bill values
2. Add a method to calculate the tip
3. This method should include a loop to iterate over all
the paid bills and do the tip calculations
4. As an output, create 1) a new array containing all tips,
and 2) an array containing final paid amounts (bill + tip).
HINT: Start with two empty arrays [] as properties and then
fill them up in the loop.


EXTRA AFTER FINISHING: Mark's family also went on a holiday,
going to 4 different restaurants. The bills were $77, $375,
$110, and $45.
Mark likes to tip 20% of the bill when the bill is less than
$100, 10% when the bill is between $100 and $300, and 25% if
the bill is more than $300 (different than John).

5. Implement the same functionality as before, this time using
Mark's tipping rules
6. Create a function (not a method) to calculate the average
of a given array of tips. HINT: Loop over the array,
and in each iteration store the current sum in a variable
(starting from 0). After you have the sum of the array,
divide it by the number of elements in it
(that's how you calculate the average)
7. Calculate the average tip for each family
8. Log to the console which family paid the highest tips on
average

GOOD LUCK 😀
*/

kamranrana
Автор

Can you please tell that how can i validate email and password using regex in jQuery??

tamannaverma
Автор

what is opposit of test if now match?

SagarGaikwadTech
Автор

Sir Regular Expression sa validation krna acha ha ya Regular Expression k bina ?

hafeez
Автор

Can u give me a pattern of validation of multiple emails in one text field

jaikishanpatil
Автор

Sir advance level ka online exam system banana sikhay

onlinecybercafe
Автор

Bro ager Hume is regular expression me no bhi add karna hai to kase kare

keshavchakraworty
Автор

And if we wanted to use this code in visual studio how we use it

zeshansheikh
Автор

Last waale . Ko square bracket me kyu diya 7:18 khule me bhi toh . Likh sakte h

vinitraj
Автор

Bhai bohot tough kr diya... Thoda simple way ma samjhado... Baki validation ke tarha

RD-rcse