Lazyloading : Lazyloading is a technique used in web development to delay the loading of non essential resources such as images and videos or script until they are needed.Lazy loading helps faster Initial Load time ,Improves Performance,Enhances user Experience. Loading Attribute : Here is an example demonstrating lazyloading of images… Continue Reading LAZYLOADING IN JAVASCRIPT