Stratton School

Coding Club

for the parents

  • every other session (non-K)
  • unplugged activity ideas

what is

code?

code

makes introductions

Hi! I'm

Mr. Atkins

uryyb, jbeyq!

code has secrets

uryyb, jbeyq!

function r(a){
  var rotated = 97+((a.charCodeAt(0)-97+13)%26);
  return String.fromCharCode(rotated);
}

"uryyb, jbeyq!".replace(/[a-z]/g,r);
=> "hello, world!"

hello, world!

code

made this

<section>
  <h1>code</h1>
  <h2><a target="_blank" href="https://github.com/aronatkins/cc/">
    made this
  </a></h2>
</section>

code

makes things spin!

Code

lets you

be in charge!

who wants to be

in charge?

glad that got

sorted!

algorithm

instructions to solve a problem

code

is everywhere

anyone

can code

code.org