Posts by Samuel Barbosa • 23 points
1 post
-
2
votes5
answers2164
viewsQ: Square root manually in Javascript
I’m trying to manually calculate square root in Javascript. Theoretically it was to stop at 100 according to the value that is in the variable number, but it continues to multiply. Code sample: var…