Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraju-pc committed Jun 8, 2023
1 parent 768ca8e commit ae2d0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Week-10-JavaScript_and_DOM_Manipulation/index.js
Expand Up @@ -57,9 +57,9 @@ function createRadioButton(id, tasked){
radio.type = 'submit';
radio.addEventListener('click', () =>{
let tasker = document.getElementById(`item-${id}`);
console.log(tasker);
//console.log(tasker);
body = tasker.querySelector('td').innerHTML;
console.log(body);
//console.log(body);

//portion that sends the email

Expand Down

0 comments on commit ae2d0a3

Please sign in to comment.