luc4leone - Overview
Pinned Loading
-
1
function copyWithin (array, startPasting, startCopying, endCopying) {
3
// no arguments passed in4
if (arguments.length === 0) {
5
throw new TypeError('undefined is not an array');
-
1
// I find it useful to read expr1 && expr2 as "if expr1 is true, than expr2"2
// By definition, expr1 && expr2 returns expr2 if expr1 can be converted to true; otherwise, it returns expr2.3
// Seeing things through an if statement helps me build this sort of mental shortcut.4
function and(expr1, expr2) {
5
if (Boolean(expr1) === true) {
-
Clone of Keyzen repo (link in README). App =>
JavaScript
-
Forked from scripting/myWordEditor
A simple silo-free blogging tool that creates beautiful essay pages.
JavaScript
-
sito web corso base ux ui design
JavaScript