Language Fluency
Get to know the languages used in the course.
We'll cover the following...
The relevant languages for this course are Python and JavaScript. Language fluency is basically knowing what to write to get the program to do what we want, or else knowing where to look it up. In this course, the focus was on writing your own code. Therefore, you don’t need to master every detail of both languages upfront. Here are some lists of topics that suffice for basic fluency.
JavaScript
The version of JavaScript used in this course is called JSX. It ...