Published
- 1 min read
IFFI in js
The solution for this is noted below
IFFI in js
Solution
// This function will be invoked right away we don't have to call it
;(function () {
console.log('This is an IIFE')
})()
Try other methods by searching on the site. That is if this doesn’t work