Answer:
A.) red circle around the value
Explanation:
Just did the Assignment on Edge 2021
Plz click the Thanks button!
<Jayla>
Answer:
Variables are used to store values (name = "John") or expressions (sum = x + y).
Declare Variables in JavaScript
Before using a variable, you first need to declare it. You have to use the keyword var to declare a variable like this:
var name;
Assign a Value to the Variable
You can assign a value to the variable either while declaring the variable or after declaring the variable.
var name = "John";
OR
var name;
name = "John";
Explanation:
thats what i found sorry if it wrong
:D
Answer:
C, the need for future access and digital preservation
Explanation:
On e2020