The assignment operator
You use the assignment operator = to assign a value to a variable:
let count = 2const age = 23Last updated
Was this helpful?
You use the assignment operator = to assign a value to a variable:
let count = 2const age = 23Last updated
Was this helpful?