Using Node.JS,read a JSON object?
https://www.npmjs.com/package/jsonfile
great post! but here still some little bugs!
# 1
<del>flightNumber.endsWith(jz)</del>
flightNumber.endsWith(`jz`)
# 2
<del>const accountnumber = '825242631RT0001';</del>
http://www.2ality.com/2016/02/ecmascript-2017.html
https://developer.mozilla.org/en-US/docs/Web/JavaScript/New_in_JavaScript/ECMAScript_Next_support_in_Mozilla
https://github.com/sirisian/ecmascript-types
https://gist.github.com/sirisian/dbc628dde19771b54dec
https://www.quora.com/What-features-will-be-in-ES7-and-ES8
| // only for Angular2 dist | |
| // | |
| // # SimpleServer | |
| // | |
| // A simple chat server using Socket.IO, Express, and Async. | |
| // | |
| var http = require('http'); | |
| var path = require('path'); | |
| var async = require('async'); |
| // only for Angular2 dist & firwbase hosting | |
| // | |
| // # SimpleServer | |
| // | |
| // A simple chat server using Socket.IO, Express, and Async. | |
| // | |
| var http = require('http'); | |
| var path = require('path'); | |
| var async = require('async'); |
| /** | |
| * https://github.com/ufo-github/globalize/tree/master/Tutorial | |
| */ | |
| let x = new Date(); | |
| // window (super global scope variable) | |
| window.Intl.DateTimeFormat('en-US').format(x); | |
| Intl.DateTimeFormat('en-US').format(x); |
| 综合类 | 地址 |
|---|---|
| 前端知识体系 | http://www.cnblogs.com/sb19871023/p/3894452.html |
| 前端知识结构 | https://github.com/JacksonTian/fks |
| Web前端开发大系概览 | https://github.com/unruledboy/WebFrontEndStack |
| Web前端开发大系概览-中文版 | http://www.cnblogs.com/unruledboy/p/WebFrontEndStack.html |
| Web Front-end Stack v2.2 | Web Front-end Stack v2.2 |