摘要: 一、较短的if-else的空合并 (??) let maybeSomething; // LONG FORM if(maybeSomething){ console.log(maybeSomething); }else{ console.log("Nothing found"); } // SHOR 阅读全文
posted @ 2022-01-24 10:50 阿彬~ 阅读(47) 评论(0) 推荐(0) 编辑