Posts by SilmarSilva • 1 point
1 post
-
-2
votes4
answers48238
viewsA: How to convert a String to Int in Javascript?
// Temos aqui um exemplo onde: let result = (7 + 13) / (9 + 7); let result2 = 100 / (2 * 6); let finalResult = (result * result2); typeof finalResult; // retorna…