Fungsi panah iife js

(() => {
  /* */
})()

or

(function() {
  /* */
})()
Horrible Hamerkop