General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
T J
MIT OpenCourseWare
comments
Comments by "T J" (@TJ-hs1qm) on "Lecture 3A: Henderson Escher Example" video.
25:10 foreach = loop and perform side effects, don't expect anything in return... foreach ring-bell map = loop and apply some procedure, don't perform side effects... add 1 to each entry in my list, return new list
1