python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I filter through an array and return the values in that array that match a user input?
I have an HTML file with an input and a button element in the body that looks like this:
<input type="text" name="searchBar" id="searchBar">
<button onclick=&quo...
Jorge Guiragossian
Votes: 0
Answers: 2
What would the loop look like to modify an array like this?
Is there a way in javascript to iterate through every value of a specific key from an object that is part of an array of objects and then create a new item for each value using a different key? Please...
Toni PRI
Votes: 0
Answers: 1
How to split and get till 6 digit after the decimal of logitude in javascript?
I am new to javascript and trying something with longitude coordinate.
I have 3 longitudes and I want to split and store them till 6 digits after the decimal point
I am able to do only one of them at ...

Shivani
Votes: 0
Answers: 2
How to send response from class object promise to controller in nodeJS
I have a question.
I am using a NodeJS app divided in three main parts
Data access object
Here, I created a function that make the direct interaction with the database only in this file.
const { resp...

daniel sas
Votes: 0
Answers: 1