0
what answer should i give javascript?
What is the output of this code? let point = 20; console.log(x--); the answer is only 1-3 characters!!!
1 ответ
+ 6
Is that the whole code?
Why not run it in the code playground and see what happens?
What is the output of this code? let point = 20; console.log(x--); the answer is only 1-3 characters!!!