Default Parameters
Default Parameters: If you are familiar with other programming languages like Ruby, Python then default parameters isn’t new to you. Default parameter...
Default Parameters: If you are familiar with other programming languages like Ruby, Python then default parameters isn’t new to you. Default parameter...
if (true) { let a = 40; console.log(a); //40 } console.log(a); // undefined 上面的范例,如果改成var的话,最下面一行的console.log(a); 却是可以获取到的(40)...
JavaScript | MDN The Modern Javascript Tutorial ES6 for beginners – codeburst ECMAScript 6 Tutorial Speaking JavaScript: An In-Depth Guide for Program...

JavaScript Logical Operators ! 除了一个惊叹号之外 还有双惊叹号 What is the !! (not not) operator in JavaScript? 会把它的true or false再反转 So !! is not an operator, itR...
Build with React JS http://buildwithreact.com/tutorial ReactJS Tutorial https://www.tutorialspoint.com/reactjs/index.htm React Native https://facebook...
JavaScript Array map() Method jQuery Misc index() Method parents() 和 parent() 的差别,在于 parent() 是上一个元素,而 parents() 是所有祖先元素。除非有加参数,例如parents(“ul...
Vue.js Developers 专门刊载一些Vue的文章 Hackr.io 收集各种前端教学,依照语言分类 Tools for Web Developers 一些开发工具介绍 Smashing Magazine 网页开发 Codrops Designmodo...

Vue.js 測試的pen: 要給Vue的component一些動態資料的話,就給它挖個洞,讓它能接受自己定義的屬性(props) 【directive】 Directives are prefixed with v- to indicate that they are special attrib...
上Amazon,類別選漫畫,搜尋喜歡的題材的關鍵字(惡役千金、公爵、男爵、吸血鬼、公主、王子…) 或是直接 google 搜以前喜歡的作者,有的會有線上漫畫能看 上日本漫畫網站亂晃 找少女漫畫月刊看有什麼作品 直接Amazon看熱門漫畫排行榜 看ナタリー有什麼新漫畫上市...
GIT React Vue.js GA Chrome Devtools Webstorm Laragon GitKraken npm webpack gulp Node.js 後端PHP &Laravel 熟悉ES6, ES7語法 IoT相關經驗 Docker Container(AWS ECS) ...
1.载入cdn <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"> 2.加上class名称 animated bounceInDown 大功告成!! 范例:...