SOURCE
JavaScript
Result
Promise.prototype.catch = function(onRejected) { return this.then(null,onRejected) }
console 命令行工具
X
clear
>
console