arrays are not objects? #510
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2015-11-27 by @gfwilliams Depends what you're doing, but you could just convert both objects to a String with Can you file a bug for I think in JS, an array is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-11-26 by tve
I'm trying to port a deepEqual function to compare two objects and I encountered this problem. In Espruino:
in Chrome:
Is there already a deepEqual function for Espruino? I want it to compare the output of test code...
Beta Was this translation helpful? Give feedback.
All reactions