Building Portfolio Website Using HTML CSS & JavaScript Day109
Today #Day109 of #365DaysOfCode, I am Building Portfolio Website Using HTML CSS & JavaScript.
Scroll Sections Active Link
JavaScript
Go to this github [link]
const sections = document.querySelectorAll('section[id]')
function scrollActive(){
cons...
dheerajy1.hashnode.dev3 min read