Laziness, function currying, function composition, & other knick-knacks ======================================================================= Lazy evaluation --------------- .. todo:: complete this section where bindings -------------- .. todo:: complete this section where vs let ------------ .. todo:: complete this section $ operator ---------- .. todo:: complete this section Function currying ----------------- Sample javascript code for currying ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code-block:: javascript function searchStudent(studentList, studentName) { for(var i=0; l = studentList.length; i