[轉]140 favorite JavaScript utilities in single line of code! No more!
https://1loc.dev/
https://1loc.dev/
In personal setting.json for vs code``` “eslint.workingDirectories”: [ { “mode”: “auto” } ],
https://www.youtube.com/watch?v=g2nMKzhkvxw
https://www.youtube.com/watch?v=jI4K7L-LI58
const arr = {}; await Promise.all( UsersQuery.map(async function (data) { const city = await db.sequelize.query(` select * from city `, type: db.sequelize.QueryTypes.SELECT }); arr[data.user_id] = city[0].name; }) } UsersQuery.forEach(async function (data, index) { this[index].name = arr[data.user_id]; }, UsersQuery);