Is there away to get the full object properties listed on sololearn mobile | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Is there away to get the full object properties listed on sololearn mobile

I do a console.log(object) and it outputs object object.Os there a way I can get the code to list out all properties like it does on pc?..check my last console.log in this code https://code.sololearn.com/WNBHr9u9YL10/?ref=app

13th May 2022, 8:19 PM
steve Purpose
steve  Purpose - avatar
4 Réponses
+ 2
console.log(JSON.stringify(they)) console.log(Object.values(they))
13th May 2022, 8:38 PM
Jayakrishna 🇮🇳
+ 2
Thanks for coming through for me once again Jayakrishna ..worked fine,I like the JSON.stringify(object) better
13th May 2022, 8:52 PM
steve Purpose
steve  Purpose - avatar
0
In functional programming compose method ,do you know the meaning of fns,Val,prev and fn in JavaScript? Jayakrishna
13th May 2022, 9:01 PM
steve Purpose
steve  Purpose - avatar
0
Where do you find those? I never see those built in types anywhere. I guess you missed something, those may be variables or user defined short forms....
14th May 2022, 8:52 AM
Jayakrishna 🇮🇳