Introduction
In the previous chapter, we explored a historical overview of JavaScript and examined the language's relationship with the Standard ECMAScript. We then explored JavaScript by accessing the developer tools of various browsers to provide a basic introduction to how JavaScript can be accessed.
Now that we are familiar with JavaScript in a more cerebral way, it's time for some hands-on work with the language. First, we'll provide an overview of some popular tools for writing JavaScript and of the various runtimes available for executing code. With those installed, we can begin writing some JavaScript in order to gain some familiarity with the language's syntax and structure—how to write code in a meaningful way and how to include it in a web environment.
Within this chapter, we will pay particular attention to the primary target for most JavaScript environments and a great tool in itself—the modern web browser. In the previous chapter, we looked at an overview of how to access developer tools in various web browsers. In this chapter, we will further explore how these tools can be used in JavaScript development.
Finally, we'll dig more deeply into web browser interactions and look at how we can control both the style and content of elements within the web browser with the use of common JavaScript functions. All the code in this chapter will be written using the editor that we are about to introduce.
- UML和模式應用(原書第3版)
- Java技術手冊(原書第7版)
- iOS應用逆向工程(第2版)
- 大學計算機基礎實驗指導
- Java程序設計案例教程
- Scala for Machine Learning(Second Edition)
- Hands-On Nuxt.js Web Development
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- CRYENGINE Game Development Blueprints
- Xcode 6 Essentials
- ASP.NET求職寶典
- 測試架構師修煉之道:從測試工程師到測試架構師
- C語言從入門到精通
- 系統分析師UML用例實戰
- 零基礎入門學習C語言:帶你學C帶你飛