+ 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
4 ответов
+ 2
console.log(JSON.stringify(they))
console.log(Object.values(they))
+ 2
Thanks for coming through for me once again Jayakrishna ..worked fine,I like the JSON.stringify(object) better
0
In functional programming compose method ,do you know the meaning of fns,Val,prev and fn in JavaScript? Jayakrishna
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....