Question from the Javascript test

Reassign a variable in Javascript

Medium

var num = 8;
var num = 10;

console.log(num);

Author: Vincent CotroStatus: PublishedQuestion passed 167 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!