Homepage
Open in app
Sign inGet started

Yukai

  • 關於我
  • 學習心得
  • 實作練習
  • HTML/CSS
  • JavaScript
  • Vue.js
  • Tools/Others
  • [其他筆記]數位行銷名詞

    [其他筆記]數位行銷名詞

    曝光 Impression
    Go to the profile of Yukai
    Yukai
    May 29
    [其他筆記]常用Git指令

    [其他筆記]常用Git指令

    記錄常用的各種相關指令。
    Go to the profile of Yukai
    Yukai
    May 7
    [學習心得]2022 非本科、無經驗轉職前端工程師 面試經驗分享

    [學習心得]2022 非本科、無經驗轉職前端工程師 面試經驗分享

    看了太多篇前輩們的轉職心得,也終於輪到自己了!雖然目前也只是剛錄取沒多久,不敢說未來成果會有多好,只是單純的想分享一下經歷,或許能夠給正在轉職或想轉職的人作為參考,當然,每個人的狀況和條件都不一樣,受不受用還是得看個人哦。
    Go to the profile of Yukai
    Yukai
    Apr 25
    [JavaScript筆記]事件傳遞機制:捕獲與冒泡

    [JavaScript筆記]事件傳遞機制:捕獲與冒泡

    事件傳遞機制
    Go to the profile of Yukai
    Yukai
    Mar 12
    [學習心得]個人成長

    [學習心得]個人成長

    轉職來由、ALPHA Camp後段、結語。
    Go to the profile of Yukai
    Yukai
    Mar 10
    [JavaScript筆記]原型(Prototype)

    [JavaScript筆記]原型(Prototype)

    粗略介紹 prototype、prototype chain、prototypal Inheritance、constructor。
    Go to the profile of Yukai
    Yukai
    Mar 9
    [Vue筆記]基本認識與介紹

    [Vue筆記]基本認識與介紹

    Vue基本認識與介紹。
    Go to the profile of Yukai
    Yukai
    Feb 8
    [JavaScript筆記]嚴格模式(use strict)

    [JavaScript筆記]嚴格模式(use strict)

    嚴格模式(use strict)、使用方法、常見錯誤。
    Go to the profile of Yukai
    Yukai
    Jan 11
    [JavaScript筆記]null、undefined與undeclared

    [JavaScript筆記]null、undefined與undeclared

    null、undefined、undeclared範例介紹。
    Go to the profile of Yukai
    Yukai
    Jan 11
    [JavaScript筆記]setTimeout與setInterval

    [JavaScript筆記]setTimeout與setInterval

    兩者的應用介紹與區別。
    Go to the profile of Yukai
    Yukai
    Jan 9
    [CSS筆記]盒子模型(box model)

    [CSS筆記]盒子模型(box model)

    Box-sizing、Margin、Collapsing margins、Padding、Border。
    Go to the profile of Yukai
    Yukai
    Jan 8
    [HTML筆記]href與src區別、script tag 加上 async & defer 的功能及差異。

    [HTML筆記]href與src區別、script tag 加上 async & defer 的功能及差異。

    href、src、script、script defer、script async。
    Go to the profile of Yukai
    Yukai
    Jan 8
    [HTML筆記]語意標籤(Semantic Elements)

    [HTML筆記]語意標籤(Semantic Elements)

    語意標籤介紹。
    Go to the profile of Yukai
    Yukai
    Jan 7
    [JavaScript筆記]相等比較

    [JavaScript筆記]相等比較

    嚴格相等(===)、一般相等(==)、Object.is。
    Go to the profile of Yukai
    Yukai
    Jan 7
    [JavaScript筆記]淺拷貝 (Shallow Copy) 與深拷貝 (Deep Copy)

    [JavaScript筆記]淺拷貝 (Shallow Copy) 與深拷貝 (Deep Copy)

    基本型別、物件型別、淺拷貝、深拷貝。
    Go to the profile of Yukai
    Yukai
    Jan 6
    [JavaScript筆記]Cookie、LocalStorage、SessionStorage 差異

    [JavaScript筆記]Cookie、LocalStorage、SessionStorage 差異

    前言、Cookie、LocalStorage、SessionStorage、生命週期、安全性。
    Go to the profile of Yukai
    Yukai
    Jan 5
    [實作練習] ALPHA Shop 購物車

    [實作練習] ALPHA Shop 購物車

    專案介紹、為什麼會選擇這個專案、使用了什麼技術、遇到的困難。
    Go to the profile of Yukai
    Yukai
    Jan 2
    [JavaScript筆記]範圍鏈(Scope Chain)、閉包(Closure)

    [JavaScript筆記]範圍鏈(Scope Chain)、閉包(Closure)

    單辭解析、範圍鏈、閉包
    Go to the profile of Yukai
    Yukai
    Jan 2
    [JavaScript筆記]var、 let、 const、無宣告變數差異

    [JavaScript筆記]var、 let、 const、無宣告變數差異

    變數的有效範圍、var、let、const、無宣告變數、為什麼 let和const無法從 window 中找到。
    Go to the profile of Yukai
    Yukai
    Dec 18, 2021
    [實作練習]完成廣告系統

    [實作練習]完成廣告系統

    花費時間、功能介紹、碰到什麼困難、如何解決、改善空間。
    Go to the profile of Yukai
    Yukai
    Dec 17, 2021
    [學習心得]自學經驗回顧及分享

    [學習心得]自學經驗回顧及分享

    在未來的學習中,根基不穩且一知半解是很忌諱的,因此,必須要想辦法改善這種情況。
    Go to the profile of Yukai
    Yukai
    Dec 15, 2021
    [CSS筆記]CSS屬性列表

    [CSS筆記]CSS屬性列表

    背景(background)、文字(text)、邊框(border)、外邊距(margin)、內邊距(padding)、尺寸(dimension)、定位(positioning)。
    Go to the profile of Yukai
    Yukai
    Dec 15, 2021
    [CSS筆記]單位類型及功能介紹

    [CSS筆記]單位類型及功能介紹

    絕對長度、相對長度、CSS中最常使用的尺寸單位。
    Go to the profile of Yukai
    Yukai
    Dec 13, 2021
    [CSS筆記]選擇器(Selector)種類表

    [CSS筆記]選擇器(Selector)種類表

    選擇器定義:指定「網頁上的哪一些元素」起來做樣式設定。
    Go to the profile of Yukai
    Yukai
    Dec 12, 2021
    [實作練習]電商網頁切版

    [實作練習]電商網頁切版

    此專案是除了增加實作熟練度之外,也是為了模擬面試而製作的,所以會模擬回答下列幾題問題,希望能增加之後自己面試的成功率😳
    Go to the profile of Yukai
    Yukai
    Dec 12, 2021
    About YukaiLatest StoriesArchiveAbout MediumTermsPrivacy