• list
  • save
  • delete
  • delete all
  • libraries
  • tenant
  • console
  • output
  • code
  • all
  • remove blank lines
  • insert a saved code
  • format js code
  • for 1..10
  • for 0..9
  • for 9..0
  • if
  • else if
  • else
  • // comment
  • /* comment start
  • comment end */
  • return
  • true
  • false
  • var
  • while
  • block
  • break
  • continue
  • function
  • let
  • const
  • arrow
  • =
  • +
  • -
  • *
  • /
  • %
  • **
  • ==
  • !=
  • >=
  • >
  • <=
  • <
  • !
  • &&
  • ||
  • ? :
  • ~
  • $
  • _
  • =>
  • ( )
  • [ ]
  • { }
  • < >
  • ' '
  • " "
  • /* comment */
  • HTML tag
  • console.log()
  • alert()
  • confirm()
  • prompt()
  • input number
  • JSON.stringify()
  • variables
  • performance
  • random 0..99
  • random 1..6
  • ceil
  • floor
  • square root
  • c is in [a,b]
  • c is a or b
  • c is not a or b
  • d != a,b,c
  • 0 < x < 100
  • [0..9]
  • [1..10]
  • comb 10
  • comb 10 w/ dup
  • perm 1..10
  • perm 0..9
  • recursive perm
  • recursive comb