Posts by Rhenan Dias • 26 points
3 posts
-
0
votes2
answers57
viewsA: Why, in addition to printing the expected result, console.log also prints Undefined?
As commented by other colleagues, its function has a point at which no value returns, and as the function console.log() validates an expression, when the area is greater than 20, will not return…
-
0
votes1
answer48
viewsA: By clicking the button I get a message from "Referenceerror"
This error indicates that the reference project is not defined, this can occur when trying to call a reference that has not yet been declared in the program, or when some typing error occurred. You…
-
0
votes6
answers342
viewsA: Get a list of the first multiples of a number
Although they suggested answers with more practical ways to accomplish the proposal, I thought it would be worth clarifying some points that you might be getting confused with iterations in lists.…