I hereby claim:
- I am nelsonfncosta on github.
- I am nelson_costa (https://keybase.io/nelson_costa) on keybase.
- I have a public key ASCr9rX-RNCh2Pw_V_vXunwBuOFpm-mdxcBqihAB0eznwQo
To claim this, I am signing this object:
function readFile(file: File | null) { | |
const reader = new FileReader(); | |
reader.addEventListener("load", (event) => { | |
const result = event.target.result; | |
console.log(result); | |
}); | |
reader.addEventListener("progress", (event) => { |
function logItem() { | |
console.log(Array.from(arguments).join("\t")) | |
} | |
function numDuplicates(name, price, weight) { | |
const uniqueItems = new Set() | |
name.forEach( | |
(item, index) => { | |
const itemPrice = price[index] |
#!/bin/sh | |
# | |
# Automatically adds issue number (optional) and ticket number based on branch name or | |
# description to every commit message. | |
# | |
# Copy this file to .git/hooks under your local repository directory | |
# PS: If you're on linux you may need to change "sed -En" to "sed -rn" | |
# | |
# Example: | |
# |
function Container(param) { | |
let secret = 3; | |
let that = this; | |
this.member = param; | |
function dec() { | |
if (secret > 0) { | |
secret -= 1; | |
return true; | |
} else { |
function Container(param) { | |
let secret = 3; | |
let that = this; | |
this.member = param; | |
function dec() { | |
if (secret > 0) { | |
secret -= 1; | |
return true; | |
} else { |
I hereby claim:
To claim this, I am signing this object: