Skip to content

This project dynamically displays resume data using JavaScript loops (for, for...in, for...of, forEach), demonstrating DOM manipulation and data iteration with simple HTML, CSS, and JavaScript.

Notifications You must be signed in to change notification settings

hemahemapathi/JavaScript-Day-5-Array-Objects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

   Resume Data Iteration Project

This project displays resume information by iterating through JavaScript objects and arrays using loops like for, for...in, for...of, and forEach.

Project Structure:

  • index.html: Main webpage structure.

  • script.js: Contains resume data and loop logic to display content.

  • styles.css: Basic styling for a clean layout.

How to Run:

  • Open index.html in a browser, or Use Live Server in VSCode for live preview.

Features:

  • Dynamic rendering of resume data.

  • Simple, readable layout with essential loops in JavaScript.

About

This project dynamically displays resume data using JavaScript loops (for, for...in, for...of, forEach), demonstrating DOM manipulation and data iteration with simple HTML, CSS, and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published