Skip to content

Instantly share code, notes, and snippets.

@pnavarrc
Created July 11, 2019 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnavarrc/80f50bc6e3b0dd4c2897262c1f185e34 to your computer and use it in GitHub Desktop.
Save pnavarrc/80f50bc6e3b0dd4c2897262c1f185e34 to your computer and use it in GitHub Desktop.
// Out
{
type: "FunctionExpression",
params: [
{
type: "Identifier",
name: "n"
}
],
body: {
type: "BlockStatement",
body: [
{
type: "ReturnStatement",
argument: {
type: "BinaryExpression",
right: {
type: "Identifier",
name: "n"
},
left: {
type: "Identifier",
name: "n"
},
operator: "*"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment