How to Code an Alert with a Variable Using Javascript
Alerts with variables are among the most useful things in javascript coding. You can use them to refer to someone by their name, to make a mini MadLibs game, or even for showing quiz results. This article will show you how to make a...
Part 1 of 2:
Setting Up the Variable
- Write the first line of code. Type "var username = prompt ('What is your name?');". Replace "username" with whatever you want to call your variable. Replace "What is your name?" with whatever you want to ask for.
Part 2 of 2:
Making the Alert
- Write the next line of code. Type "alert ("Hey, " + name + "!");". This line of code will add the variable "name" to the word "Hey, "(with the space at the end), and then add "!" to end the sentence (not required). For example, if the user inputs "Trevor" as the value of the variable "name", the alert will say "Heya, Trevor!". You can use any message you want, though. If your variable is "favoriteColor" and "Blue" is the value, for instance, you can have the alert say "Blue is a very nice color! "
- Add in more variables if you want. Try to make a one or two sentence biography.
3.7 ★ | 3 Vote
You should read it
- Variable type in C / C ++
- Beware of deceptive and spreading malicious code via notification links of Google Alert
- Variable in C programming
- New bank trojan detection on Android Red Alert
- Google Alert is being used to spread malicious code
- Reference in C ++
- Declare variables in SQL Server
- Safe code in C #
- Variable in PHP
- 12 tips to beat sleepiness to be alert when working
- How to Use JavaScript Injections
- Use variables in Shell
Maybe you are interested
How to add Python to the Windows PATH variable
How to add an environment variable in Windows 10
FVSCHEDULE function - Returns the future value of an investment that has variable or adjustable interest in period in Excel
How to Use Excel VBA Variable Data Types
How to set and list environment variables in Linux
Learn about custom variables in Google Analytics