+ 3
How can I make that the number given for example 4.95 be 5 in a prompt ()?
JavaScript
2 Respuestas
+ 14
Math.round( prompt("Enter your number") );
+ 2
@maz please answer this too if u can
https://www.sololearn.com/discuss/395235/?ref=app
JavaScript