phase 1 first class functions 源码
一流的功能 学习目标 定义“一流的功能” 使用内联函数 使用函数作为返回值 介绍 在生活中的某些时候,我们需要迈出第一步。 由于生活的脚本编写不像真人秀一样,因此在第一步之后一切都可能发生。 我们需要能够进行相应的调整。 想象一下一个锻炼程序:每天早晨,我们跑步5英里。 但是之后,根据一天的不同,我们可能会举重,游泳或再跑5英里。 在编程方面,我们可以每天写出一个函数(跟着!): function Monday ( ) { console . log ( 'Go for a five-mile run' ) ; console . log ( 'Pump iron' ) ; } function Tuesday ( ) { console . log ( 'Go for a five-mile run' ) ; console . log ( 'Swim 40 la
文件列表
phase-1-first-class-functions-master.zip
(预估有个10文件)
phase-1-first-class-functions-master
.learn
64B
CONTRIBUTING.md
2KB
test
index-test.js
1KB
LICENSE.md
1KB
README.md
6KB
.editorconfig
165B
.gitignore
685B
index.js
0B
暂无评论