The JavaScript Handbook
Conclusion 2 Preface The JavaScript Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular, the goal is to get you up to speed quickly with JavaScript. This book is written Enjoy! 3 The JS Handbook 1. Introduction to JavaScript 2. A little bit of history 3. Just JavaScript 4. A brief intro to the syntax of JavaScript 4.1. White space 4.2. Case sensitive 4.3. Literals Introduction to JavaScript JavaScript is one of the most popular programming languages in the world. I believe it's a great language to be your first programming language ever. We mainly use JavaScript to create0 码力 | 56 页 | 577.92 KB | 1 年前3Named Optional Parameters - JavaScript Style
Named Optional Parameters - JavaScript Style Brian Davidson (briandavidson@meta.com) Summary C++ developers often run into the situation where we have multiple parameters in a function with the same to use to Is there a way to make C++ function calls clear through naming, similar to python or javascript? def send(source=None, destination=None): send(source=from, destination=to) send(source=from) overloaded function arguments forming a clear function call Inspiration: Javascript The anonymous object parameters of javascript provide a readable function API. logger({one:0.9999}); > 0.9999 logger({one:"one"0 码力 | 1 页 | 3.17 MB | 5 月前3JavaScript & DOM
05.JavaScript & DOM 19 décembre 2023 Développement web il3 JavaScript & DOM HE-Arc (DGR) 2022 JavaScript hier • Page web = HTML (+ CSS + JavaScript) • Exécuté par le browser (client) • Interprété exécutées par le navigateur – DHTML : rollovers, validation de formulaires, … JavaScript aujourd’hui • Page web = HTML + CSS + JavaScript • Compilation JIT • HTML5, AJAX, bookmarklets • One Page Apps • Implémentations ECMA-262 14th edition8 – Support9 des différentes implémentations – Conversions avec BabelJS10 • JavaScript : implémentation Firefox (réf. MDN) • Variantes (à transpiler) : – Typescript11 : variante fortement0 码力 | 10 页 | 91.95 KB | 1 年前3NativeScript Open-source framework for building truly native mobile apps with Angular, TypeScript or JavaScript
NativeScript Open-source framework for building truly native mobile apps with Angular, TypeScript or JavaScript. TJ VanToll ? @tjvantoll NativeScript is the best tool for cross-platform native app development 2016-01-31&to=2017-01-31 A free and open source framework for building truly native mobile apps with JavaScript. Use web skills, like TypeScript, Angular and CSS, and get native UI and performance on iOS and0 码力 | 44 页 | 4.98 MB | 1 年前3ThinkJS 2.1 Documentation
free and open source programming language designed by Microsoft. TypeScript is a typed superset of JavaScript that it has some useful function in large project such as optional static type. ThinkJS 2.1 has user infomation await this.session('userInfo', result); return this.success(); } } JavaScript Supports TypeScript Supports variant project structures and environments Supports Abundant Database formatDate = obj => { ... } JavaScript Register Middlewares // src/common/bootstrap/middleware.js think.middleware('replace_image', http => { ... }); JavaScript src/common/config 'use strict';0 码力 | 148 页 | 1.69 MB | 1 年前3ThinkJS 2.2 Documentation
free and open source programming language designed by Microsoft. TypeScript is a typed superset of JavaScript that it has some useful function in large project such as optional static type. ThinkJS 2.1 has variant project structures and environments Supports Abundant Database Type Automatic Updating JavaScript ThinkJS has a mechanism that could automatically update codes after source files being modified src/common/config src/common/controller src/common/runtime src/home src/home/logic JavaScript JavaScript JavaScript 'use strict'; /** * logic * @param {} [] * @return {} [] */ export0 码力 | 156 页 | 2.62 MB | 1 年前3ThinkJS 2.0 Documentation
user infomation await this.session('userInfo', result); return this.success(); } } JavaScript Supports variant project structures and environments Supports abundant database type Automatic formatDate = obj => { ... } JavaScript Register Middlewares // src/common/bootstrap/middleware.js think.middleware('replace_image', http => { ... }); JavaScript src/common/config 'use strict'; strict'; /** * config */ export default { //key: value }; JavaScript src/common/controller src/common/runtime src/home src/home/logic 'use strict'; /** * logic * @param {} [] * @return0 码力 | 141 页 | 1.61 MB | 1 年前3ES6 Tutorial
(ECMAScript) or (ES) is a standard for scripting languages like JavaScript, ActionScript and JScript. It was initially created to standardize JavaScript, which is the most popular implementation of ECMAScript ECMAScript. This tutorial adopts a simple and practical approach through JavaScript to describe the new features in ECMAScript 2015 (ES6), ECMAScript 2016 (ES7), ECMAScript 2017(ES8) and ECMAScript 2018 (ES9) This tutorial is designed for the stemplate oftware programmers who have already worked with JavaScript and wishes to gain in-depth knowledge about the ECMAScript. The tutorial will give you enough0 码力 | 435 页 | 4.00 MB | 1 年前3The TypeScript Handbook
basic types. Everyday Types The language primitives. Narrowing Understand how TypeScript uses JavaScript knowledge to reduce the amount of type syntax in your projects. More on Functions Learn about about how Functions work in TypeScript. Object Types How TypeScript describes the shapes of JavaScript objects. Creating Types from Types An overview of the ways in which you can create more types from existing Modules How JavaScript handles communicating across file boundaries. The TypeScript Handbook About this Handbook Over 20 years after its introduction to the programming community, JavaScript is now one0 码力 | 184 页 | 647.99 KB | 1 年前3BabelJS Tutorial
BabelJS i About the Tutorial BabelJS is a JavaScript transpiler which transpiles new features into old standard. With this, the features can be run Prerequisites Before proceeding with this tutorial, you should have a basic understanding of JavaScript. Copyright & Disclaimer Copyright 2018 by Tutorials Point (I) Pvt. Ltd. All the content .......................................... 156 BabelJS 1 BabelJS is a JavaScript transpiler which transpiles new features into old standard. With this, the features can be run0 码力 | 173 页 | 2.70 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100