2020年6月26日 星期五
Enumerability and ownership of properties
原文:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_propertiesEnumerable properties whose internal enumerable flag is set to true
enumerable flag 是 預設給 透過 simple assignment 或是 property initializer 所做出來的 properties
Enumerable properties show up (出現 ?) 在 for...in loops unless the properties's key is a symbol.
意思是: if..not 替換 unless ,假若 properties的key不是一個symbol,這個key就會出現在 for...in loop裏頭。
MDN文件
CodeCademy 提及MDN文件:
Practice your documentation reading skills and check out: MDN’s object instance documentation.
To read more about either arrow functions or the global object check out the MDN documentation of the global object and arrow functions.
Practice your documentation reading skills and check out: MDN’s object instance documentation.
To read more about either arrow functions or the global object check out the MDN documentation of the global object and arrow functions.
開放式課程
交大電機學院OCW
演算法 江蕙如老師
https://ocw.nctu.edu.tw/course_detail.php?bgid=8&gid=0&nid=493
計算機概論與程式設計 溫宏斌老師
https://ocw.nctu.edu.tw/course_detail.php?bgid=8&gid=0&nid=192&page=3
物件導向程式設計 溫宏斌老師
https://ocw.nctu.edu.tw/course_detail.php?bgid=8&gid=0&nid=343&page=3
演算法 江蕙如老師
https://ocw.nctu.edu.tw/course_detail.php?bgid=8&gid=0&nid=493
計算機概論與程式設計 溫宏斌老師
https://ocw.nctu.edu.tw/course_detail.php?bgid=8&gid=0&nid=192&page=3
物件導向程式設計 溫宏斌老師
https://ocw.nctu.edu.tw/course_detail.php?bgid=8&gid=0&nid=343&page=3
C/C++ 資源
進度條線上課程
https://ww.youtube.com/channel/UCx9zGDevKEZ21ihod8A0i-w
其中的影片都是簡單介紹,重要或是進階的部分還是當作商品做販賣。
C++自學專區
https://sites.google.com/site/skydaycomputer/home/c-zi-xue-zhuan-qu
某個高中老師做的教學網站
https://ww.youtube.com/channel/UCx9zGDevKEZ21ihod8A0i-w
其中的影片都是簡單介紹,重要或是進階的部分還是當作商品做販賣。
C++自學專區
https://sites.google.com/site/skydaycomputer/home/c-zi-xue-zhuan-qu
某個高中老師做的教學網站
2013年10月5日 星期六
訂閱:
文章 (Atom)