Internet Explorer 8

@IE8

Joined on Sep 6, 2020

  • Reference: IT邦幫忙:2018鐵人賽  作者:yowlonglee https://ithelp.ithome.com.tw/articles/10190901 初學者的 Functional Map 作者:嫁給RD 的 UI Designer https://blog.akanelee.me/posts/168560-functional-map/
     Like  Bookmark
  • 使用 HTML + Typescript 建構客戶端應用的平台與框架 基本構成要素 : NgModule , 為元件提供了編譯的上下文環境 把相關的程式碼收集到一些功能中,至少會有一個用於引導應用的 根模組 還會有很多特性模組 元素定義檢視 :::info Components define views, which are sets of screen elements that Angular can choose among and modify according to your program logic and data.
     Like  Bookmark
  • ref: https://javascript.info/operators#increment-decrement Increment and Decrement increment ( ++ ) increases a variable by 1 decrement ( -- ) decreases a variable by 1 Increment/decrement can only be applied to variables. Trying to use it on a value like 5++ will give an error. The operators ++ and -- can be placed either before or after a variable.
     Like  Bookmark
  • ref: https://javascript.info/nullish-coalescing-operator polyfills 自動補完函式庫 A polyfill, or polyfiller, is a piece of code (or plugin) that provides the technology that you, the developer, expect the browser to provide natively. Flattening the API landscape if you will. 要注意瀏覽器支援度 Nullish coalescing operator ?? 空值合併
     Like  Bookmark
  • ref: https://javascript.info/logical-operators 注意 計算主要是用到加減,最常用的是"+",注意字串跟數字相加、型別轉變 要記住truthy值和falsy值(先背falsy) truthy if (true) if ({})
     Like  Bookmark
  • ref: https://javascript.info/while-for while 在condition是true的時候 ,loop body才會執行 syntax: while (condition) { // code // so-called "loop body"
     Like  Bookmark
  • :::success 經理大大放棄ㄌ 無法整理 開玩笑ㄉ=) ::: ★面試官ㄉ問題★ 談一下你做過的案子
     Like  Bookmark
  • {%hackmd theme-dark %} ★事由★ :::info 我們ㄉ工程師小弟遇到ㄌ分手危機 請大家給他意見 請署名 他才知道要感謝誰
     Like  Bookmark