Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

156
Views
font awsome icons didn't changing
<div>
  <i id="icons" class="far fa-heart"></i>
</div>

I don't know why this code doesn't changes the icons as script is linked and the console didn't show any error as well

let icons = document.getElementById("icons");
icons.addEventListener("click", () => {
  icons.classList.remove = "far fa-heart";
  icons.classList.add = "fas fa-heart";
  console.log(icons);
});
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

icons.classList.remove=("far fa-heart");
icons.classList.add=("fas fa-heart");

replace above lines of code with this :

icons.classList.remove("far fa-heart");
icons.classList.add("fas fa-heart");
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!