├── Seesion 4 ├── index.html └── script.js ├── Session 1 └── ActivityCode.js ├── Session 2 ├── ActivityCode.js └── script.js ├── Session 3 └── index.js ├── Session 7 ├── Promise │ ├── index.html │ └── script.js ├── index.html └── script.js ├── Session 8 ├── HTMLFORMS │ ├── index.html │ └── script.js ├── colourpicker │ ├── index.html │ └── script.js ├── index.html ├── script.js └── styles.css ├── Session 9 └── HTMLFORMS │ ├── index.html │ └── script.js ├── session 5 ├── index.html └── script.js └── session 6 ├── index.html └── script.js /Seesion 4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Seesion 4/index.html -------------------------------------------------------------------------------- /Seesion 4/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Seesion 4/script.js -------------------------------------------------------------------------------- /Session 1/ActivityCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 1/ActivityCode.js -------------------------------------------------------------------------------- /Session 2/ActivityCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 2/ActivityCode.js -------------------------------------------------------------------------------- /Session 2/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 2/script.js -------------------------------------------------------------------------------- /Session 3/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 3/index.js -------------------------------------------------------------------------------- /Session 7/Promise/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 7/Promise/index.html -------------------------------------------------------------------------------- /Session 7/Promise/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 7/Promise/script.js -------------------------------------------------------------------------------- /Session 7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 7/index.html -------------------------------------------------------------------------------- /Session 7/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 7/script.js -------------------------------------------------------------------------------- /Session 8/HTMLFORMS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 8/HTMLFORMS/index.html -------------------------------------------------------------------------------- /Session 8/HTMLFORMS/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 8/HTMLFORMS/script.js -------------------------------------------------------------------------------- /Session 8/colourpicker/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 8/colourpicker/index.html -------------------------------------------------------------------------------- /Session 8/colourpicker/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 8/colourpicker/script.js -------------------------------------------------------------------------------- /Session 8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 8/index.html -------------------------------------------------------------------------------- /Session 8/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 8/script.js -------------------------------------------------------------------------------- /Session 8/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 8/styles.css -------------------------------------------------------------------------------- /Session 9/HTMLFORMS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 9/HTMLFORMS/index.html -------------------------------------------------------------------------------- /Session 9/HTMLFORMS/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/Session 9/HTMLFORMS/script.js -------------------------------------------------------------------------------- /session 5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/session 5/index.html -------------------------------------------------------------------------------- /session 5/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/session 5/script.js -------------------------------------------------------------------------------- /session 6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/session 6/index.html -------------------------------------------------------------------------------- /session 6/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thakurutkarsh22/FE-2-B1-Sept2023/HEAD/session 6/script.js --------------------------------------------------------------------------------