Skip to content

Instantly share code, notes, and snippets.

@talios
Created April 2, 2014 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talios/9944948 to your computer and use it in GitHub Desktop.
Save talios/9944948 to your computer and use it in GitHub Desktop.
Nashorn returns a different type for array lengths :(
$ /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/bin/jrunscript
nashorn> [1,2,3].length
3
$ jrunscript
js> [1,2,3].length
3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment