CodeYourFuture / syllabus-archive

[ARCHIVED] Please use https://github.com/CodeYourFuture/syllabus
https://codeyourfuture.github.io/syllabus-master
74 stars 116 forks source link

Clarify not all function calls need to be assigned #456

Closed illicitonion closed 4 years ago

illicitonion commented 4 years ago

What does this change?

Module: JS1 Week(s): Week 1

Description

Clarify that function calls don't always need to be assigned to variables.

A student was reading this back to me as revision and got really confused about trying to use a function without assigning its returned value to a variable.