Why can't I convert this int to String in JavaScript?
So I'm pulling an array of collections from mongoDB and one of the documnets in the collection is a "price" document saved in the DB as a number (int32). const hotAssets = await Asset.find({ hotAsset: true }); Now I feed…