Skip to content

Commit

Permalink
fixed code
Browse files Browse the repository at this point in the history
  • Loading branch information
Null-Austin authored Oct 2, 2024
1 parent 28bf6a4 commit 8bb1c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Best.JS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Best = { //You can also use, b, B, best, BestJS.
p = document.createElement('p')
p.innerText = text
p.style = style //dont set it to {color:blue;} but instead color:blue;
return(p)
}
}

Expand Down

0 comments on commit 8bb1c49

Please sign in to comment.