Skip to Content
JavaScript 設計模式
book

JavaScript 設計模式

by Stoyan Stefanov
March 2012
Intermediate to advanced
244 pages
4h 42m
Chinese
GoTop Information, Inc.
Content preview from JavaScript 設計模式
JavaScript 程式員來說,精通函式是重要的基本技能,因為函式在這個語言有許多用
途,它們可以執行多種任務;而其他語言可能需要使用特殊的語法才能表達。
在本章中你會學習到 JavaScript 裡頭各種不同定義函式的方式。首先是函式表達式
function expressions)和函式宣告式(function declarations),接著看看函式作用域和變
數的 hoisting 是怎麼運作的。然後你就會學習到一系列的模式,幫助提升你的 API (提供
更好的函式介面)、程式碼初始化(用更少的全域變數),和效能(換句話說就是避免不
必要的工作)。
讓我們一頭栽進函式吧!首先就從回顧和澄清重要的基礎開始。
背景
JavaScript 的函式有兩個主要的特色,讓它們如此特別—第一,函式是 JavaScript
第一級物件rst-class object),第二是函式提供了作用域。
函式
也是物件,它們可以:

可以在執行期、程式執行的過程中動態建立

可以指定給變數、也可以將參考複製給其他變數,可以被擴充,而且除了少數的例
外情況,也可以被刪除
函式
第四章
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

JavaScript 之美

JavaScript 之美

Anton Kovalyov
重構 JavaScript

重構 JavaScript

Evan Burchard

Publisher Resources

ISBN: 9789862764190