iife
There are 138 repositories under iife topic.
AgronKabashi/TemplateEngine
Design and build web applications with components using only your web browser
eight04/rollup-plugin-iife
Convert ES modules into IIFEs.
mariusschulz/gulp-iife
A Gulp plugin for wrapping JavaScript code in IIFEs.
HowProgrammingWorks/Function
Functions as a method to raise level of code abstraction
amrlabib/javascript-essentials
Javascript Essentials
modern-dev/grunt-iife
:clamp: A Grunt plugin for wrapping JavaScript code in IIFEs.
masgalih320/kopasin-js
kopasin-js is a simple, lightweight, and customizable JavaScript library for adding copy-paste interactivity to your projects
theoomoregbee/rollup-babel-react-browser-lib-starter
This is a starter pack for building maintainable browser library with Rollup, babel and react 🚀
bilalkumrani/js_notes
This repository contains JavaScript concepts each concept with example .
jojobyte/browser-import-rabbit-hole
Deducing a way to use IIFE modules in browser and preserving JSDoc type hinting.
kenvilar/spendeer
💰💰💻 Spendeer - A Very Simple Budget Application. See https://kenvilar.github.io/spendeer/
ferreiratiago/js-wtf
Some of the weirdest things on JavaScript
genesys/modkit-loader
Runtime Module Loader
mhulse/js-patterns
Some of my favorite JavaScript plugin design patterns: The Facade Pattern, The Revealing Module Pattern, Immediately-invoked Function Expressions (IIFE)s, The Module Pattern imports and exports …
xeroxinteractive/rollup-plugin-strip-exports
Remove unwanted exports from your code.
Ayush-Kanduri/Todo-List-App
This project is a Todo List Application which is built using the HTML, CSS, Vanilla Javascript. It implements all the basic functionalities of a todo list, i.e, CRUD Operations (Create Read Update Delete). It implements IIFE Module Design Pattern. Users are able to Create new tasks. Users are able to Read the created tasks data. Users are able to Complete the task by checking off the task with a strike through. Users are able to Delete the task. Users are able to Update the tasks with many customized options. Users are able to View a Banner with current date-time. Users can Toggle through the Dark-Light mode. Users can Check the count of remaining tasks, Complete all tasks together, Delete all completed tasks together.
Ch-sriram/JavaScript
Proof of Concept: Beginner to Advanced Implementations of the Concepts in JavaScript.
LOG2440/Cours-4-Modules
Exemple de différentes manières de modularisation du code JS sur le navigateur de la séance #4 sur le JS du cours LOG2440.
reddy-hari/automate-linkedin-easy-apply-jobs
Automating LinkedIn Easy Apply job applications using JavaScript and the Playwright library.
Ayeshanooja/ZEN-js-task-5
a.Print odd numbers in an array, b.Convert all the strings to title caps in a string array, c.Sum of all numbers in an array, d.Return all the prime numbers in an array, e.Return all the palindromes in an array, f.Return median of two sorted arrays of the same size & ect.. these all questions are using programs in anonymous function & IIFE &arrow
Ch-sriram/Budgety
A simple budget app made using HTML5, CSS3 & JavaScript
chocolateboy/box
Put a value in a box
dasjideepak/js_function
This repository contains assignments that I have worked on for learning functions in javascript
dimianni/JS_Concepts
JavaScript concepts that are crucial to understand.
erictooth/pika-plugin-legacy-browser
A @pika/pack plugin: Adds a bundled IIFE distribution to your package, built to run on modern and legacy browsers.
githubchief/tic-tack-toe
A tic-tack-toe game developed using Java script for 2 players to play on the website. The project makes use of factory functions, IIFE for creating objects.
ianwalter/dist
Simplify the generation of distribution files for your JavaScript library
kitschpatrol/vite-plugin-iife
Vite plugin for simple IIFE-compiled script imports.
lillapulay/jquery-pokedex
The updated version of the JavaScript Pokedex using jQuery and Bootstrap.
lillapulay/pokedex-javascript
Pokedex app created using vanilla JavaScript and styled with CSS.
matinprofile/jsVisualize
Javascript functions for visualize data on the web
oanskyy/budget-planning-app
-- deployed w/ Netlify: budget-planning-20102020.netlify.app/ -- Web app using the Module Pattern and JS features such as function constructors, IIFE, and DOM manipulation.
pagespeed-pro/async-iife
A Node.js IIFE generator for @style.tools/async.
pktcodes/javascript-functions-basics
JavaScript Functions Basics
rakhman-ibrayev/tic-tac-toe
A simple Tic Tac Toe game.
smyaseen/typescript-sdk-template
A template for building SDK with TypeScript - Covers CJS, ESM, and IIFE UMD. This template is part of 5 part blog series of TypeScript SDK Development.