Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. // Out
  2. {
  3. type: "FunctionExpression",
  4. params: [
  5. {
  6. type: "Identifier",
  7. name: "n"
  8. }
  9. ],
  10. body: {
  11. type: "BlockStatement",
  12. body: [
  13. {
  14. type: "ReturnStatement",
  15. argument: {
  16. type: "BinaryExpression",
  17. right: {
  18. type: "Identifier",
  19. name: "n"
  20. },
  21. left: {
  22. type: "Identifier",
  23. name: "n"
  24. },
  25. operator: "*"
  26. }
  27. }
  28. ]
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement