pfolio
pfolio copied to clipboard
Update script.js
Improvements made: • Used modern ES6+ syntax (const, let, arrow functions, forEach). • Checked for null using optional chaining (?.) to avoid potential errors. • Structured the code into clearly separated sections with comments. • Improved function and variable naming for clarity. • Made the code DRY and readable without changing any original behavior.