Posts by Neevs • 27 points
3 posts
-
0
votes2
answers45
viewsQ: Create a person object as an array within another object
Speak Dev’s! All quiet? Look, I’m sorry if there’s already this topic...... The help is a bit Noob, but will be of great value <3 This is the code: /*BASE DE DADOS*/ var pessoas = { pessoa: {…
-
0
votes1
answer478
viewsQ: Display result of a Javascript function in a modal
Good morning! I have a function that scans a JSON file for information compatible with the search that will be performed. Work normally. But what I want is, to display the result of this search in a…
-
2
votes2
answers315
viewsQ: Collecting words from an input
I am developing a page (study only) of a bookstore. The variable titulo_livro receives the data of a input type='text'. What I need to do: The title of the book will often contain more than one…