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