appacademy / prep-work

preparatory material for interviewing with App Academy
291 stars 340 forks source link

Explain `split` in intro to programming? #39

Closed ruggeri closed 9 years ago

ruggeri commented 9 years ago

This is used in the practice problems but is not contained in the introduction. People wonder whether they need to know it for the challenge.

Also join and modulo, ord/chr.

ruggeri commented 9 years ago

I fixed this for split/join (added explanation in intro to programming), ord/chr (adding explanation to individual problem). But I still need to add something to the intro to programming on the modulo operation.