Posts by Millena Oliveira • 13 points
2 posts
-
-1
votes1
answer65
viewsQ: Dynamic table with data coming from an input - js
Look, guys, all right? I created a function that prints the prime numbers according to the value entered by the user in the input. I’m having a hard time accessing this number so that the function…
-
0
votes1
answer280
viewsQ: Even numbers in an array with for - PHP
Hello, I would like to understand where my code is wrong. I need to filter only the even numbers of the array using for. But it returns the following answer to me - "The filter is not working very…