Skip to content

Instantly share code, notes, and snippets.

@frullah
Last active October 21, 2020 15:51
Show Gist options
  • Save frullah/03f03cf9cef9cb62b3a0a4f69f1e8b92 to your computer and use it in GitHub Desktop.
Save frullah/03f03cf9cef9cb62b3a0a4f69f1e8b92 to your computer and use it in GitHub Desktop.
function logic() {
let data = {}
// kode pemrosesan data ...
console.log('-----------------------')
console.log('data setelah diproses')
console.log(data)
console.log('-----------------------')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment