Skip to content

Instantly share code, notes, and snippets.

@zippyzz
zippyzz / mob-coding-challenge.js
Created June 29, 2017 02:27 — forked from MSSheaLLC/mob-coding-challenge.js
A saved mob programming session with Learn Teach Code!
// CODE CHALLENGE:
// Fizz buzz: print 1 to 1000, but replace every multiple of
// 3 with "fizz", every multiple of 5 with "buzz",
// and any multiple of 3 AND 5 with "fizzbuzz"
// TO RUN THE CODE:
// Copy-paste it into something like REPL.it and test it =P
// in JavaScript:
for(var count=1; count<1000; count++) {
@zippyzz
zippyzz / mob-coding-challenge.js
Created June 29, 2017 02:32 — forked from MSSheaLLC/mob-coding-challenge.js
A saved mob programming session with Learn Teach Code!
// CODE CHALLENGE:
// Fizz buzz: print 1 to 1000, but replace every multiple of
// 3 with "fizz", every multiple of 5 with "buzz",
// and any multiple of 3 AND 5 with "fizzbuzz"
// TO RUN THE CODE:
// Copy-paste it into something like REPL.it and test it =P
// in JavaScript:
for(var count=1; count<1000; count++) {
@zippyzz
zippyzz / mob-coding-challenge.js
Created June 29, 2017 02:37 — forked from nmwenz90/mob-coding-challenge.js
A saved mob programming session with Learn Teach Code!
// CODE CHALLENGE:
// Fizz buzz: print 1 to 1000, but replace every multiple of
// 3 with "fizz", every multiple of 5 with "buzz",
// and any multiple of 3 AND 5 with "fizzbuzz"
// TO RUN THE CODE:
// Copy-paste it into something like REPL.it and test it =P
// in JavaScript:
for(var count=1; count<1000; count++) {
@zippyzz
zippyzz / mob-coding-challenge.js
Created June 29, 2017 02:41 — forked from MSSheaLLC/mob-coding-challenge.js
A saved mob programming session with Learn Teach Code!
// CODE CHALLENGE:
// Fizz buzz: print 1 to 1000, but replace every multiple of
// 3 with "fizz", every multiple of 5 with "buzz",
// and any multiple of 3 AND 5 with "fizzbuzz"
// TO RUN THE CODE:
// Copy-paste it into something like REPL.it and test it =P
// in JavaScript:
for(var count=1; count<1000; count++) {
@zippyzz
zippyzz / mob-coding-challenge.js
Created June 29, 2017 02:46 — forked from MSSheaLLC/mob-coding-challenge.js
A saved mob programming session with Learn Teach Code!
// CODE CHALLENGE:
// Fizz buzz: print 1 to 1000, but replace every multiple of
// 3 with "fizz", every multiple of 5 with "buzz",
// and any multiple of 3 AND 5 with "fizzbuzz"
// TO RUN THE CODE:
// Copy-paste it into something like REPL.it and test it =P
// in JavaScript:
for(var count=1; count<1000; count++) {
@zippyzz
zippyzz / mob-coding-challenge.js
Created June 29, 2017 02:51 — forked from MSSheaLLC/mob-coding-challenge.js
A saved mob programming session with Learn Teach Code!
// CODE CHALLENGE:
// Fizz buzz: print 1 to 1000, but replace every multiple of
// 3 with "fizz", every multiple of 5 with "buzz",
// and any multiple of 3 AND 5 with "fizzbuzz"
// TO RUN THE CODE:
// Copy-paste it into something like REPL.it and test it =P
// in JavaScript:
for(var count=1; count<1000; count++) {
@zippyzz
zippyzz / mob-coding-challenge.js
Created June 29, 2017 02:56 — forked from nmwenz90/mob-coding-challenge.js
A saved mob programming session with Learn Teach Code!
// CODE CHALLENGE:
// Fizz buzz: print 1 to 1000, but replace every multiple of
// 3 with "fizz", every multiple of 5 with "buzz",
// and any multiple of 3 AND 5 with "fizzbuzz"
// TO RUN THE CODE:
// Copy-paste it into something like REPL.it and test it =P
// in JavaScript:
for(var count=1; count<1000; count++) {
@zippyzz
zippyzz / mob-coding-challenge.js
Created June 29, 2017 02:59 — forked from nmwenz90/mob-coding-challenge.js
A saved mob programming session with Learn Teach Code!
// CODE CHALLENGE:
// Fizz buzz: print 1 to 1000, but replace every multiple of
// 3 with "fizz", every multiple of 5 with "buzz",
// and any multiple of 3 AND 5 with "fizzbuzz"
// TO RUN THE CODE:
// Copy-paste it into something like REPL.it and test it =P
// in JavaScript:
for(var count=1; count<1000; count++) {
@zippyzz
zippyzz / mob-coding-challenge.js
Created June 29, 2017 03:02 — forked from nmwenz90/mob-coding-challenge.js
A saved mob programming session with Learn Teach Code!
// CODE CHALLENGE:
// Fizz buzz: print 1 to 1000, but replace every multiple of
// 3 with "fizz", every multiple of 5 with "buzz",
// and any multiple of 3 AND 5 with "fizzbuzz"
// TO RUN THE CODE:
// Copy-paste it into something like REPL.it and test it =P
// in JavaScript:
for(var count=1; count<1000; count++) {
@zippyzz
zippyzz / mob-coding-challenge.js
Created June 29, 2017 03:05 — forked from nmwenz90/mob-coding-challenge.js
A saved mob programming session with Learn Teach Code!
// CODE CHALLENGE:
// Fizz buzz: print 1 to 1000, but replace every multiple of
// 3 with "fizz", every multiple of 5 with "buzz",
// and any multiple of 3 AND 5 with "fizzbuzz"
// TO RUN THE CODE:
// Copy-paste it into something like REPL.it and test it =P
// in JavaScript:
for(var count=1; count<1000; count++) {