Coding Global Background
Coding Global
\n \n\n\n\n\n```"},{"@type":"Comment","author":{"@type":"Person","name":"Manny Heffley","url":"https://discord.com/users/1142188351403868200","image":"https://cdn.discordapp.com/avatars/1142188351403868200/495525e338116e25371adadd48982995.webp"},"datePublished":"2025-07-04T14:37:15.357Z","text":"js variables\n```js\nconst a = document.getElementById('a')\nconst b = document.getElementById('b')\nconst c = document.getElementById('c')\nconst w = document.getElementById('w')\nconst h = document.getElementById('h')\n\n\nconst num = 0;\n```"},{"@type":"Comment","author":{"@type":"Person","name":"Manny Heffley","url":"https://discord.com/users/1142188351403868200","image":"https://cdn.discordapp.com/avatars/1142188351403868200/495525e338116e25371adadd48982995.webp"},"datePublished":"2025-07-04T14:37:28.028Z","text":"```js\n\n\n\nw.onclick = function(){\n if(c.checked){\n h.textContent = 'Yeah I love undertale too!'\n }\n\n else if (b.checked){\n h.textContent = 'same'\n }\n\n else if (a.checked){\n h.textContent = `no I don't`\n }\n\n}\n\ndocument.getElementById('num1').textContent = num\n\ndocument.getElementById('button+').onclick = function(){\n num +=1\n}```"},{"@type":"Comment","author":{"@type":"Person","name":"Silent","url":"https://discord.com/users/564050633167077387","image":"https://cdn.discordapp.com/avatars/564050633167077387/d0671592f5a5135e924dca10002993b3.webp?size=1024"},"datePublished":"2025-07-04T14:50:37.603Z","text":"I never seen people do onclick in js"},{"@type":"Comment","author":{"@type":"Person","name":"Silent","url":"https://discord.com/users/564050633167077387","image":"https://cdn.discordapp.com/avatars/564050633167077387/d0671592f5a5135e924dca10002993b3.webp?size=1024"},"datePublished":"2025-07-04T14:50:49.758Z","text":"Have u tried with event listener?"},{"@type":"Comment","author":{"@type":"Person","name":"Silent","url":"https://discord.com/users/564050633167077387","image":"https://cdn.discordapp.com/avatars/564050633167077387/d0671592f5a5135e924dca10002993b3.webp?size=1024"},"datePublished":"2025-07-04T14:52:11.678Z","text":"+ if you wanna do nameless functiontry\n\n() => {\n code\n}\n\nInstead of\n\nfunction(){\n}"},{"@type":"Comment","author":{"@type":"Person","name":"Manny Heffley","url":"https://discord.com/users/1142188351403868200","image":"https://cdn.discordapp.com/avatars/1142188351403868200/495525e338116e25371adadd48982995.webp"},"datePublished":"2025-07-04T14:56:20.917Z","text":"sorry what what is that"},{"@type":"Comment","author":{"@type":"Person","name":"Manny Heffley","url":"https://discord.com/users/1142188351403868200","image":"https://cdn.discordapp.com/avatars/1142188351403868200/495525e338116e25371adadd48982995.webp"},"datePublished":"2025-07-04T14:56:24.125Z","text":"i am very new"},{"@type":"Comment","author":{"@type":"Person","name":"Silent","url":"https://discord.com/users/564050633167077387","image":"https://cdn.discordapp.com/avatars/564050633167077387/d0671592f5a5135e924dca10002993b3.webp?size=1024"},"datePublished":"2025-07-04T14:59:55.007Z","text":"https://www.w3schools.com/js/js_htmldom_eventlistener.asp"},{"@type":"Comment","author":{"@type":"Person","name":"Silent","url":"https://discord.com/users/564050633167077387","image":"https://cdn.discordapp.com/avatars/564050633167077387/d0671592f5a5135e924dca10002993b3.webp?size=1024"},"datePublished":"2025-07-04T14:59:59.124Z","text":"<@1142188351403868200>"}],"image":"https://cdn.discordapp.com/attachments/1390702875046576258/1390702875264548874/image.png?ex=699f08fb&is=699db77b&hm=57c5989d33c65263bf30b7cdc060b14a7afc0b6c6a930ee80017e0462c98fdf4&"}

.textContent wont display

Archived 6 months ago
20 messages
1 members
Created 8 months ago
Updated 8 months ago
Open in Discord
N
Manny Heffley
Copy Paster!
it wont display
.textContent wont display

Replies (20)