<script type="text/javascript">
var n1=10;
var n2=20;
var n = n1++; //n1 = 11 n1++ = 10
console.log('n='+n); // 10
console.log('n1='+n1); //11
n = ++n1 //n1 = 12 ++n1 =12
conso...
Chinese Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《1》 | 443字 | 3.9分钟 | 99% | 98 CPM | 60 次 | 2 | 优秀,成绩不错哦! |
The wrong word this time: 1,2 | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 月下飞天镜,云生结海楼。 ——李白 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |