Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
How to fetch data from a function? - Kevin Powell - Community
KP-C
Kevin Powell - Community
•
2y ago
•
32 replies
Blackwolf
How to fetch data from a function?
This works
, but I need to elaborate on it
.
.
.
name1 = getname(names)
name1 = getname(names)
I am sending a list of names to a function that sorts them in various ways and retrieving the name at the top of the list
. The function has
return name1
return name1
I am stuck on the syntax for retrieving 3 names
.
.
. name1
, name2 and name3
Kevin Powell - Community
Join
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time 🙂.
36,263
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How to fetch JSON data into HTML?
KP-C
Kevin Powell - Community / front-end
4y ago
How export a nested variable from a function?
KP-C
Kevin Powell - Community / front-end
4y ago
How to get Json data from a fetch response object (using react router loader with defer)
KP-C
Kevin Powell - Community / front-end
3y ago
How To Type A Clone Function?
KP-C
Kevin Powell - Community / front-end
16mo ago