-
-
Notifications
You must be signed in to change notification settings - Fork 113
JS Core - Lesson 1 #6
Comments
When introducing "Comparison", maybe we can also cover coercion, and the important difference between |
Before going into |
Codepen does not have a "run" button, so it's quite intransparent when it actually re-runs a program. Maybe a different tool is better? A simple jsbin configuration, maybe? |
@tvooo CodePen does have a "run" button. You can disable Auto-Run by going to Settings -> Behaviour -> Disable "Auto Updating Preview". Regarding I would like to hear other people's opinion on this, but I thought we could include "references" vs. "values" in the second lesson, when we go more in depth into objects, as in this first lesson we're just introducing them? |
Awesome, that's good to know. Maybe it is worth going into coercion in the first lesson after all. Let's see how our exercises turn out, and the rest of the lesson, and then we can always move it around. @kabaros I'm pretty busy the rest of the week and won't be able to work on this before the weekend, but I have blocked a couple of hours on Saturday. Hope that's alright. |
@tvooo I've merged the PR for lesson 1. The topics are perfect - it's what needs to be covered - but I think it will have to be shifted between the lessons as it would be too much for the first one. The levels of details sounds reasonable, especially for the first lesson. But as a general rule, it would be good to have as less as possible on the lesson itself and then add pointers to (good) documentation like MDN or such check @johnmcc #9 (comment) |
How to confuse the students: https://www.youtube.com/watch?v=et8xNAc2ic8 |
This just came in from the Mozilla newsletter. I think it's great to point to in between topics and exercises: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics |
* moving coding intro into coding-101 * js-core lesson 1 updated based on Node Girls workshop #6 The Node Girls workshop is a great immersive start to JS: I've amended some bits to use more accurate terminology, I also updated some of the code samples to be more relevant to our students. I changed the Array explanation to use Tim's explanation as it is easier to grasp. I've also moved the existing content of Lesson 1 to Lesson 2 as it will serve as a good way to reiterate the more complex concepts like arrays, objects etc...
* moving coding intro into coding-101 * js-core lesson 1 updated based on Node Girls workshop #6 The Node Girls workshop is a great immersive start to JS: I've amended some bits to use more accurate terminology, I also updated some of the code samples to be more relevant to our students. I changed the Array explanation to use Tim's explanation as it is easier to grasp. I've also moved the existing content of Lesson 1 to Lesson 2 as it will serve as a good way to reiterate the more complex concepts like arrays, objects etc... * moving arrays and object from lesson 1 to lesson 2
* moving coding intro into coding-101 * js-core lesson 1 updated based on Node Girls workshop #6 The Node Girls workshop is a great immersive start to JS: I've amended some bits to use more accurate terminology, I also updated some of the code samples to be more relevant to our students. I changed the Array explanation to use Tim's explanation as it is easier to grasp. I've also moved the existing content of Lesson 1 to Lesson 2 as it will serve as a good way to reiterate the more complex concepts like arrays, objects etc... * moving arrays and object from lesson 1 to lesson 2 * update JS-Core lesson 2
* moving coding intro into coding-101 #10 * js-core lesson 1 updated based on Node Girls workshop #6 The Node Girls workshop is a great immersive start to JS: I've amended some bits to use more accurate terminology, I also updated some of the code samples to be more relevant to our students. I changed the Array explanation to use Tim's explanation as it is easier to grasp. I've also moved the existing content of Lesson 1 to Lesson 2 as it will serve as a good way to reiterate the more complex concepts like arrays, objects etc... * moving arrays and object from lesson 1 to lesson 2 * update JS-Core lesson 2 * updating research section for JS-Core lesson 2 * putting skeleton for lesson 3
https://code-your-future.github.io/syllabus/js-core/lesson1.html
Please mention this issue# in any PRs, commits related to Lesson 1 in JS Core.
The text was updated successfully, but these errors were encountered: