• 二、程序结构

    二、程序结构

    原文:Program Structure

    译者:飞龙

    协议:CC BY-NC-SA 4.0

    自豪地采用谷歌翻译

    部分参考了《JavaScript 编程精解(第 2 版)》

    And my heart glows bright red under my filmy, translucent skin and they have to administer 10cc of JavaScript to get me to come back. (I respond well to toxins in the blood.) Man, that stuff will kick the peaches right out your gills!

    why,《Why’s (Poignant) Guide to Ruby》

    二、程序结构 - 图1

    在本章中,我们开始做一些实际上称为编程的事情。 我们将扩展我们对 JavaScript 语言的掌控,超出我们目前所看到的名词和句子片断,直到我们可以表达有意义的散文。

    • 表达式和语句
    • 绑定
    • 绑定名称
    • 环境
    • 函数
    • console.log函数
    • 返回值
    • 控制流
    • 条件执行
    • while和do循环
    • 代码缩进
    • for循环
    • 跳出循环
    • 更新绑定的简便方法
    • switch条件分支
    • 大写
    • 注释
    • 本章小结
    • 习题