问题描述
Username for https://github.com: LAL-Better
Password for https://LAL-Bettergithub.com:
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/abo…
1 背景
本文将介绍JavaScript编程中的三个小知识点:也即代码注释,严格模式,JSON文件。
2 代码注释
JavaScript的代码注释方式如下:
// Single line comment/*
Multi line comment
*/3 严格模式
JavaScript的"strict mod…