UNPKG
kwand-stack
Version:
latest (0.4.0)
0.4.0
0.2.0
0.1.3
0.1.2
0.1.1
Koa + WebSockets + Angular + Node + Dokku
kwand.io
kwand/kwand-stack
kwand-stack
/
src
/
client
/
scripts
/
after
/
main.js
11 lines
(10 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
;(
function
(
){
var
words = [ {
text
:
'this'
}, {
text
:
'is'
}, {
text
:
'the'
}, {
text
:
'after'
}, {
text
:
'script'
} ];
console
.
log
(words.
map
(
word
=>
word.
text
)); }).
call
(
this
);