- Object/Oriented JavaScript
- Stoyan Stefanov
- 90字
- 2021-08-13 19:25:53
Exercises
- What is the result of executing each of these lines in the console? Why?
var a; typeof a;
var s = '1s'; s++;
!!"false"
!!undefined
typeof -Infinity
10 % "0"
undefined == null
false === ""
typeof "2E+2"
a = 3e+3; a++;
- What is the value of
v
after the following?>>> var v = v || 10;
Experiment by first setting
v
to 100, 0,null
, or unset it (delete v
). - Write a script that prints out the multiplication table. Hint: use a loop nested inside another loop.
推薦閱讀
- ModelSim電子系統分析及仿真(第3版)
- 爸媽微信e時代
- Painter繪畫實例教程
- 架構之美
- Excel 2013使用詳解(修訂版)
- EJB 3.0 Database Persistence with Oracle Fusion Middleware 11g
- Flash CC從入門到精通
- 中文版Premiere Pro CC入門教程
- VSTO 3.0 for Office 2007 Programming
- Photoshop+Adobe Camera Raw+Lightroom(攝影后期照片潤飾實戰)
- 圖像處理中的數學修煉(第2版)
- 中文版Photoshop CS6從新手到高手·全彩版
- CINEMA 4D R20完全實戰技術手冊
- Photoshop CC 2018基礎教程(第3版)
- Photoshop CC2017圖像處理實例教程