Open mfees opened 9 years ago
11 -- Coding Dojo Style
with tasks and estimatesfeature/11--coding-dojo
with:
scripts/main.js
docs/JS.md
for:Array
literal type, i.e. how do I write one in various forms?length
with some examplespop()
, push()
, splice()
scripts/main.js
scripts/string-calculator.js
scripts/check-writing.js
feature/11--coding-dojo
to master
with:
USERNAME.github.io
with a permalink (e.g. http://USERNAME.github.io/#blog-title
)...!mrdavidlaing/javascript-koans
with:
first
with commits to the koans/
directory onlyfirst
to your local master
(check the base repo)TIY-Assignments
javascript-koans
master
branch locally after you merge!feature/11--coding-dojo
scripts/main.js
scripts/string-calculator.js
andscripts/check-writing.js
Array
literals: empty and filledArray
?length
...?scripts/main.js
"zero"
to"five"
in my repo"zero"
to"five"
in another repo"zero"
to"ten"
! (HipChat that $#!+)1
to10
in my repo1
to10
in another repo20
...?AboutExpects.js
green!AboutArrays.js
green!AboutFunctions.js
green! (but I'm really confused)AboutObjects.js
green! (wasn't that bad, actually)