Respuesta :

Answer:

var BETTY = "Holberton";

Explanation:

this is in JavaScript. You didn't specify what type of script you are after.

var BETTY = "Holberton" creates a new local variable.

What do you mean local variables?

Local variables are only available within the logic in which they are declared and are not defined in the Variables edit table. A new local variable is created for each entity to encounter an INT or REAL statement.

This is in JavaScript. You didn't specify what type of script you are after.

Learn more about local variables here:

https://brainly.com/question/12947339

#SPJ2

ACCESS MORE