- The JavaScript Workshop
- Joseph Labrecque Jahred Love Daniel Rosenbaum Nick Turner Gaurav Mehla Alonzo L. Hosford Florian Sloot Philip Kirkbride
- 199字
- 2021-06-11 12:52:52
Introduction
JavaScript is a language with had interesting beginnings. In its early days, it was not taken very seriously—the only widely accepted, functionally correct use for the language was to perform client-side validation of form data. Many developers only copied and pasted simple code snippets that performed a single action on a website they were building. All these code snippets did were very simple actions such as reveal an alert to the user or provide a date countdown—simple logic.
Today, JavaScript is a whole different beast—and one with the power to literally build out entire HTML documents, revise CSS styling on the fly, and securely transport and interpret data from various remote sources. Whereas in times past, HTML was the primary technology on the web, in the present era, JavaScript is king.
Any introduction to JavaScript requires a foundational background of the history and origins of the language in order to move forward and achieve competency. This chapter introduces us to JavaScript, from its history to modern implementations. It also provides us with additional information on various uses of the language so that we can provide a proper context for what comes next.
- Bootstrap Site Blueprints Volume II
- 小程序實戰視頻課:微信小程序開發全案精講
- JIRA 7 Administration Cookbook(Second Edition)
- 羅克韋爾ControlLogix系統應用技術
- Learning SQLite for iOS
- SEO智慧
- 數據結構與算法分析(C++語言版)
- Haskell Data Analysis Cookbook
- Mastering ArcGIS Enterprise Administration
- R語言數據可視化:科技圖表繪制
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Application Development with Parse using iOS SDK
- Robot Framework Test Automation
- Java程序設計教程