MonLes

@monles

React.js — 第07天

fetch 使用者圖片😆🙀🐈優化Optimization加上CSS 😍❤️😸

Javascript — 第09天

WebAssembly新類型的程式碼,能run在現代瀏覽器在瀏覽器跑得非常快Doc in MDN堆疊溢位Stack Overflow垃圾回收機制Garbage Collection僅保留需要的資料記憶體流失Memory Leak立即函式IIFE為立即直接函式表達式(Immedi...

Javascript in Leetcode 22–24 | 面試問題

目錄22. Generate Parentheses23. Merge k Sorted Lists24. Swap Nodes in Pairs找到source code Github22. Generate Parenthesesleetcode

Javascript in Leetcode 19–21 | 面試問題

目錄19-Remove-Nth-Node-From-End-of-List17-Letter-Combinations-of-a-Phone-Number18–4Sum找source code Github19. Remove Nth Node From End of ListLeetcode

Javascript in Leetcode 13–15|面試問題

目錄13-Roman-to-Integer14-Longest-Common-Prefix15–3Sum找到source code Github13. Roman to IntegerRoman numerals are represented by seven differe...

React.js — 第06天

擴充元件(Extensions)ES7+ React/Redux/React-Native snippets URLAuto Import試試看 Here資料夾結構(Folder Structure)❤️快速初始設定安裝完上述擴充元件,透過指令,快速建立 jsx!

Javascript — 第07天

今日主題 📕ES7ES8ES10(ES2019)- flat()🎃到github找source code HereES7ES8將空白插入開頭 padStart將空白插入末端 padEndkeysvaluesentries替代ReplacementES10平面化flat()如...

Javascript in Leecode 10–12 | 面試問題

source code在此 Github10. Regular Expression MatchingGiven an input string s and a pattern p, implement regular expression matching with sup...

Python — Day03

# is how you comment a line in Python rep.it Try it HereStringsstring concatenationType ConversationEscape Sequenceformatted stringsString ...

Python — Part 02

基礎檔案類型Data Typesintfloatboolstrlisttuplesetdict類別Classes (客製類型 custom types )你可為class客製名稱特殊檔案類型(Specialized Data Types) repl.it

Python — Part 01

去年我有發了一些python文,但決定重做新的系列🤖 網路課程Courses總推Zero to Mastery 給新手們( beginners) 他們雖然也有Udemy的課,但若加入他們的網站,會有更多課可選💪 Zero to Mastery https://zerotoma...

React.js — 第 05天

source code 在 github渲染Render & 重渲染re-render被呼叫(invoke)的順序依序為 constructor() -> render() -> componentDidMount當 setState 被呼叫, react ...

Javascript — 第 06天

你可在github找到 source code Here本日主題進階函式Advanced Function-閉包closure-currying-compose進階陣列Advanced Arrays-forEach-mapArray-filter進階物件Advanced Obj...

Javascript in Leetcode 07–09 | 面試問題

可以來此找原始碼 my github7. Reverse IntegerGiven a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to...

Javascript — 第05天

Day 05 主題作用域Scope條件Javascript Conditionals-三元運算子Ternary operator-switchES5 & ES6-BABELvar / let /const樣板字面值Template literals(樣板字串Templat...

Javascript in Leetcode 04–06 | 面試問題

resource code也可以到我的github找喔 來這裡04-Median-of-Two-Sorted-ArraysMore explanation Here Leetcode 04 Problems HereGiven two sorted arrays nums1...

React.js — 第04天

一頁式應用程式Single Page Application (SPA)React 不是框架( framework), 也沒有路由(router)這也是react-router的由來SPA 提供高效能表現,透過每次只重新載入被客戶端要求的部分因為javascript只在瀏覽器(客戶端)被執行,而不是在伺服器。

Javascript — 第04天

在JavaScript 字串是用單引號 ‘ 或雙引號 “ 包住的字。用單引號 ‘ 或雙引號 “ 都是一樣的,沒有特別。更多請見 此好文函式Functionfunction sing(song){ console.log (song) } sing('hey you'); 也可用...

Javascript in Leetcode 01–03 | 面試問題

Pheezx Coding youtube頻道 更多leetcode解釋(英文)01. Two sumInput: nums = [2,7,11,15], target = 9 Output: [0,1] Explanation: Because nums[0] + nums...

React.js — Day03

React coding的本質,有點像...