javascript reduce basic example Oct 27, 2016 in javascript Table of Contents 1. Basic Example 2. map and filter is also a reduce Reduce is a function to transform an array to another something Continue reading
Javascript Composition Over Inheritance Oct 25, 2016 in javascript Javascript中Composition示範code 當在javascript中需要多重繼承概念時可考慮使用Composition Continue reading