Skip to content Skip to sidebar Skip to footer
Showing posts with the label Iife

A Javascript Function

Please explain the following way of writing a function in javascript functions : (function (){ /… Read more A Javascript Function

Calling Function Defined In An Iife Function From Html

I have a IIFE function in a file called test.js i.e. (function mainIIFE() { 'use strict'… Read more Calling Function Defined In An Iife Function From Html

How To Create Multiple Instances Of Iife Javascript Module?

I'm dealing with a huge javascript codebase that I'm trying to reorganize. I'm not real… Read more How To Create Multiple Instances Of Iife Javascript Module?

Understanding Iife

in my page i have several img tags as follow: in the js file i've created this: function Sto … Read more Understanding Iife