Hi there 👋
How to reach me: luc4leone@gmail.com
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusefunction copyWithin (array, startPasting, startCopying, endCopying) {
/* TYPE ERRORS */
// no arguments passed in
if (arguments.length === 0) {
throw new TypeError('undefined is not an array');
// I find it useful to read expr1 && expr2 as "if expr1 is true, than expr2"
// By definition, expr1 && expr2 returns expr2 if expr1 can be converted to true; otherwise, it returns expr2.
// Seeing things through an if statement helps me build this sort of mental shortcut.
function and(expr1, expr2) {
if (Boolean(expr1) === true) {
Forked from scripting/myWordEditor
A simple silo-free blogging tool that creates beautiful essay pages.
JavaScript
| Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||