We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
How to reach me: luc4leone@gmail.com
luc4leone@gmail.com
function 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) {
Clone of Keyzen repo (link in README). App =>
JavaScript
Forked from scripting/myWordEditor
A simple silo-free blogging tool that creates beautiful essay pages.
Firefox DevTools UX Community
103 20
sito web corso base ux ui design
There was an error while loading. Please reload this page.