Created day 2 documentation

This commit is contained in:
Code Ninjas Garden Grove 2020-08-20 16:23:57 -07:00
parent 533ef2c93b
commit 51f9f9928d
2 changed files with 14 additions and 0 deletions

View file

@ -6,6 +6,9 @@
Visit the [site](https://codeninjasgg.github.io/javascript-camp/)!
## Sensei Todo 😎
* [ ] We should have a live document that shows how to complete each JavaScript activity, marked up with comments explaining the solution. We can choose whether or not the students are allowed to see them.
## Editing Documents 🖊
### Edit Existing (Online) 📝

View file

@ -1,5 +1,16 @@
# Day 2
## Today's Overview 🌞
1. Today, we are just going to jump right into our JavaScript activities!
1. First things first, let's hop into the [GDP](https://dojo.code.ninja/welcome/cn-ca-garden-grove) and open up the [curriculum](https://raw.githubusercontent.com/codeninjasgg/javascript-camp/master/.sensei/Beginning_JavaScript.pdf#page=33) for today.
## Follow Along 👏
1. Now let's [begin](https://raw.githubusercontent.com/codeninjasgg/javascript-camp/master/.sensei/Beginning_JavaScript.pdf#page=34) our activities for today! When you complete an activity, let your sensei know so that they can verify that your code is spot-on! Be courageous and ask questions.
1. [Conditions](https://raw.githubusercontent.com/codeninjasgg/javascript-camp/master/.sensei/Beginning_JavaScript.pdf#page=34)
1. [Dodge!](https://raw.githubusercontent.com/codeninjasgg/javascript-camp/master/.sensei/Beginning_JavaScript.pdf#page=39)
1. [Padlock](https://raw.githubusercontent.com/codeninjasgg/javascript-camp/master/.sensei/Beginning_JavaScript.pdf#page=43)
1. [Number Match](https://raw.githubusercontent.com/codeninjasgg/javascript-camp/master/.sensei/Beginning_JavaScript.pdf#page=47)
---
See you tomorrow for day 3!