JavaScript fundamentals
As the name implies, the ArcGIS API for JavaScript requires that you use the JavaScript language when developing your application. There are some fundamental JavaScript programming concepts that you will need to know before starting to build your application.
JavaScript is a lightweight scripting language that is embedded in all modern web browsers. Although JavaScript can certainly exist outside the web browser environment in other applications, it is best known for its integration with web applications.
All modern web browsers including Chrome, Firefox, Safari, and Edge have JavaScript embedded. The use of JavaScript in web applications enables the creation of dynamic applications that do not require round trips to the server to fetch data, and thus the applications are more responsive and feel like native applications. However, JavaScript can submit requests to the server for more (or more up-to-date) information, and is a core technology in the AJAX (Asynchronous JavaScript and XML) stack.
- Spring 5.0 By Example
- Visual FoxPro程序設計教程(第3版)
- Learning Apex Programming
- C++ Builder 6.0下OpenGL編程技術
- .NET 4.0面向對象編程漫談:基礎篇
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Learning DHTMLX Suite UI
- 用戶體驗增長:數字化·智能化·綠色化
- 數據結構習題解析與實驗指導
- Getting Started with LLVM Core Libraries
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Learning Docker Networking
- Orchestrating Docker
- 從零開始學UI:概念解析、實戰提高、突破規則
- Python 3快速入門與實戰