pro-tip, surround your code with three backticks t...
# suitescript
e
pro-tip, surround your code with three backticks to format your code like
Copy code
function stuff() {
  // some code here
}
👍 2