close
The Wayback Machine - https://web.archive.org/web/20220514022149/https://github.com/luc4leone
Skip to content
Avatar
💭
🗻
💭
🗻
  • Italy

Achievements

Achievements

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.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
luc4leone/README.md

image

Hi there 👋

  • I’m currently working on developing a 2D CAD web application
  • How to reach me: luc4leone@gmail.com

Pinned

  1. 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. 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 Public

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

    JavaScript

  4. Forked from scripting/myWordEditor

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

    JavaScript

  5. Firefox DevTools UX Community

    103 19

52 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2022

luc4leone has no activity yet for this period.

Seeing something unexpected? Take a look at the GitHub profile guide.