CurriculumExpansion
CurriculumExpansion copied to clipboard
[canary testing] JS greeting bot workshop
Here is the testing information for the greeting bot workshop.
Context
This will be the first interactive introduction to JavaScript. There will be a series of short lecture videos before this that cover the following:
- What is JavaScript and how if differs from HTML and CSS
- Basic concept of what variables are in programming
- restrictions for naming variables in JavaScript
- introduction to let and const work and how they differ when it comes to variable declaration, assignment, and reassignment
- intro to scope and global scope
- intro to strings in JS and the concept of string immutability
- string concatenation with + operator, +=
- intro to console.log
- role of semicolons in JavaScript and programming in general
- comments in JavaScript and when should you use them
Objective of workshop
The goal for this first workshop is to get them used to logging things to the console, working with let and const and very basic string usage.
Leaving feedback
For all testers, please leave your feedback all in one comment in a reply to this issue.
Here is a template we would like you to follow:
# General Feedback
## Step 1
## Step 13
etc.
This will make it easy for us to group related feedback from multiple testers to create actionable items later.
Thanks!