repo.or.cz
/
tinyjs-rewrite.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
formatting 90% done; encapsulated everything in the TinyJS namespace, and renamed...
[tinyjs-rewrite.git]
/
.svn
/
pristine
/
67
/
6727ff2548a4483177cf428737c254fdba3be725.svn-base
blob
75c2ce354361e1c7777511c6dcd94278c221aece
1
// test for array join
2
var a = [1,2,4,5,7];
3
4
result = a.join(",")=="1,2,4,5,7";