mirror of
https://github.com/codeninjasgg/javascript-camp.git
synced 2024-11-24 08:17:51 -05:00
Created day 2 documentation
This commit is contained in:
parent
533ef2c93b
commit
51f9f9928d
2 changed files with 14 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
Visit the [site](https://codeninjasgg.github.io/javascript-camp/)!
|
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 🖊
|
## Editing Documents 🖊
|
||||||
|
|
||||||
### Edit Existing (Online) 📝
|
### Edit Existing (Online) 📝
|
||||||
|
|
|
@ -1,5 +1,16 @@
|
||||||
# Day 2
|
# 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!
|
See you tomorrow for day 3!
|
Loading…
Reference in a new issue