Last active
October 21, 2020 15:51
-
-
Save frullah/03f03cf9cef9cb62b3a0a4f69f1e8b92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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