Skip to content

Instantly share code, notes, and snippets.

@obbaeiei
Created July 23, 2018 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obbaeiei/f7c1ca7a53d94af90eb972e19e5ed76f to your computer and use it in GitHub Desktop.
Save obbaeiei/f7c1ca7a53d94af90eb972e19e5ed76f to your computer and use it in GitHub Desktop.
Function execute
const fn = () => { // ประกาศไว้เฉยๆ
console.log(1) // ประกาศไว้เฉยๆ
} // ประกาศไว้เฉยๆ
fn() // เรียกโค้ดข้างในมาทำงานตรงบรรทัดนี้
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment