Posts by Lucas ribeiro • 23 points
2 posts
-
0
votes3
answers50
viewsQ: How to declare a function that has calls with quantities of different parameters?
I have a function that is called every time the input element is in focus, only the calls are made with a number of different parameters. How to declare the same function with passing variable…
-
1
votes2
answers322
viewsQ: Why the function returns the Undefined value
I am trying to check whether an item within the array is divisible or not by another number passed as a function parameter. When an item is divisible returns that same item. If not, it returns "No…