Posts by Oliveira • 7 points
2 posts
-
0
votes3
answers893
viewsA: Javascript - User Data
var usuario1 = ['Et da Estônia', 17, 170] var usuario2 = ['Pessoa do Pântano', 39, 198] var usuario3 = ['Homem da Lua Virada', 21, 149] var usuario4 = ['Pequena Paulistana', 18,…
javascriptanswered Oliveira 7 -
-3
votes1
answer1154
viewsQ: Programming a movie function - Characters
Program a movie function that receives three arrays with the names of characters, movies and year of debut in the cinema. The role should also receive an id value chosen by the user with a range of…