Search⌘ K

Language Fluency

Explore fundamental concepts of JavaScript and Python to gain language fluency necessary for full stack development. Learn to effectively use variables, functions, classes, conditionals, and data structures in both languages to build and understand web applications.

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 ...