raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 66,623

  1. eleven_ty the docs for JS front matter show defining a function. Can you instead set a value to the _result_ of a function?
    1. …in reply to @raymondcamden
      eleven_ty Got it: ---js { ships: (function() { return 10*10 })() } ---