Skip to content

Jailene DeVine-Jones#25

Open
JDevXV wants to merge 3 commits intojoinpursuit:mainfrom
JDevXV:main
Open

Jailene DeVine-Jones#25
JDevXV wants to merge 3 commits intojoinpursuit:mainfrom
JDevXV:main

Conversation

@JDevXV
Copy link

@JDevXV JDevXV commented Mar 22, 2021

No description provided.

Comment on lines +3 to +11
let aboutMe = document.querySelector("#aboutMe")
let projects = document.querySelector("#projects")
let skills = document.querySelector("#skills")
let contact = document.querySelector("#contact")
let resume = document.querySelector("#resume")
let aboutMeClass = document.querySelector(".aboutMe")
let projectsClass = document.querySelector(".projects")
let skillsClass = document.querySelector(".skills")
let contactClass = document.querySelector(".contact")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These can be set to const since your aren't reassigning them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants