The following syntax generates an error:
5.toString();
But the following doesn't:
(5).toString();
What does the parentheses exactly do here?
The following syntax generates an error:
5.toString();
But the following doesn't:
(5).toString();
What does the parentheses exactly do here?