आप प्रत्येक या कुछ के लिए उपयोग क्यों नहीं करते
function endPoint (req, res) {
const queriesFound ={}
req.query.forEach(query=>{
queriesFound[query]=query;
}
QueriesFound will be an object
{ “Name”:”Name”, “AnotherParam”:”AnotherParam” }
}
//QueriesFound एक वस्तु होगी
{“नाम”:”नाम”,“अदरपरम”:“अदरपरम”}