0
Real data in objects
How to get real data into objects? All examples are with hardcoded properties, but how to get these values from database?
1 Answer
+ 3
If you need to access server database, you need to use server scripts, like Nodejs or PHP. Browser JavaScript cannot access any romote database.