I hereby claim:
- I am marvinjwendt on github.
- I am marvinjwendt (https://keybase.io/marvinjwendt) on keybase.
- I have a public key ASASY1PSBj7Uk9FkLOGmx6OttR4029HTUmwlKyxL6ip_wAo
To claim this, I am signing this object:
const log = console.log | |
const is = (x) => { | |
return { | |
plus: (plus) => { | |
return is(x + plus) | |
}, | |
ten: () => { | |
return (x === 10) | |
}, |
I hereby claim:
To claim this, I am signing this object:
function is(x) { | |
return { | |
plus: (plus) => { | |
return is(x + plus) | |
}, | |
minus: (minus) => { | |
return is(x - minus) | |
}, | |
equalToTen: () => { | |
return (x === 10) |
function is(x) { | |
return { | |
plus: (plus) => { | |
return is(x + plus) | |
}, | |
minus: (minus) => { | |
return is(x - minus) | |
}, | |
equalToTen: () => { | |
return (x === 10) |
callback( | |
[ | |
{ "name": "[Q] More than one question asked", "description": "It is preferred if you can post separate questions instead of combining your questions into one. That way, it helps the people answering your question and also others hunting for at least one of your questions. Thanks!"}, | |
{ "name": "[Q] Website is "broken", no code in question, just link to site", "description": "Please add meaningful code and a problem description here. Don't just link to the site that needs fixing — otherwise, this question will lose any value to future visitors once the problem is solved or if the site you're linking to is inaccessible. Posting a <a href=\"https://$SITEURL$/help/minimal-reproducible-example\">Minimal, Reproducible example (or MCVE)</a> that demonstrates your problem would help you get better answers. For more info, see <a href=\"https://meta.stackexchange.com/questions/125997/\">Something on my web site doesn't work. Can I just paste a link to it?</a> Thanks!"}, | |
{ "name": "[Q] Needs to demonstrate |
The following terms are used throughout this agreement:
This is a go code block:
https://gist.github.com/355b571164a0e7d18317448694913873
Here is a quote
public class Hello1 | |
{ | |
public static void Main() | |
{ | |
- System.Console.WriteLine("Hello, World!"); | |
+ System.Console.WriteLine("Rock all night long!"); | |
} | |
} |
let foo = 'bar' | |
/** | |
Don't worry about the code block, it will be saved as a gist with right language format, and auto embed to your post. | |
**/ |
package main | |
func main() { | |
os.Exit(1337) | |
} |