To bring up an alert that will display the numberOfApples value, you can write this: alert(numberOfApples); We can also change its value. numberOfApples = 5; Some programming languages such as C# and Java have strongly typed variables, which mean that when a variable is declared, its type must also be determined and can never be changed.