Skip to content
View luc4leone's full-sized avatar
๐Ÿ’ญ
๐Ÿ—ป
๐Ÿ’ญ
๐Ÿ—ป
  • Italy

Highlights

  • Pro
Block or Report

Block or report luc4leone

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
luc4leone/README.md

image

Hi there ๐Ÿ‘‹

How to reach me: luc4leone@gmail.com

Pinned

  1. copyWithin copyWithin
    1
    function copyWithin (array, startPasting, startCopying, endCopying) {
    2
              /* TYPE ERRORS */
    3
              // no arguments passed in
    4
              if (arguments.length === 0) {
    5
                throw new TypeError('undefined is not an array');
  2. Useful way to read JavaScript AND an... Useful way to read JavaScript AND and OR expressions
    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) {
  3. k3yz3n k3yz3n Public

    Clone of Keyzen repo (link in README). App =>

    JavaScript

  4. myWordEditor myWordEditor Public

    Forked from scripting/myWordEditor

    A simple silo-free blogging tool that creates beautiful essay pages.

    JavaScript

  5. firefox-devtools/ux firefox-devtools/ux Public

    Firefox DevTools UX Community

    103 21