Answer the question
In order to leave comments, you need to log in
After compilation to bytecode, operations on constants are converted to constants?
If we write:
const a = 1/2;
this will change to:
const a = 0.5;
or not?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question