Clevermind
.uk
What is the output of the following code snippet? var a = 10; a += 5;
15
10
5
Error
Web Development Exercises are loading ...