- 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.
- Embedded Linux Projects Using Yocto Project Cookbook
- Python爬蟲開發:從入門到實戰(微課版)
- .NET 4.0面向對象編程漫談:基礎篇
- C#程序設計(慕課版)
- 神經網絡編程實戰:Java語言實現(原書第2版)
- DevOps Automation Cookbook
- Java性能權威指南(第2版)
- MATLAB 2020從入門到精通
- Microsoft Azure Storage Essentials
- Building Slack Bots
- 現代CPU性能分析與優化
- Scala編程(第4版)
- Mobile Test Automation with Appium
- Visual C++網絡編程教程(Visual Studio 2010平臺)
- WooCommerce Cookbook