- 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.
- Unity 2020 By Example
- Android NDK Beginner’s Guide
- Python機器學習實戰
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Hands-On Microservices with Kotlin
- PhoneGap Mobile Application Development Cookbook
- C# 8.0核心技術指南(原書第8版)
- 低代碼平臺開發實踐:基于React
- Spring Security Essentials
- 跟戴銘學iOS編程:理順核心知識點
- Instant Apache Camel Messaging System
- INSTANT JQuery Flot Visual Data Analysis
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Java程序設計實用教程(第2版)
- Java服務端研發知識圖譜