Programming Quiz Channel
Kanalga Telegram’da o‘tish
Programming quizzes and knowledge tests Short quizzes on programming, logic and computer science. Test and improve your coding knowledge. Join 👉 https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatascientist
Ko'proq ko'rsatish735
Obunachilar
-224 soatlar
+87 kunlar
+2530 kunlar
Postlar arxiv
Which HTML tag is used to define an internal style sheet?
Event delegation in Javascript!!
Commonly used for handling clicks on dynamically added elements, managing events for a large number of similar elements efficiently, and simplifying event management in complex user interfaces.
Find the error in the code.
Difficulty: Easy😁
number = 5
text = "Quantity: " + number
print(text)What is the correct syntax for referring to an external script called "xxx.js"?
Which CSS rule can be used to change the cursor when hovering over an element?
What will this code output?
Difficulty: Average🤨
const obj1 = { name: 'Alice' };
const obj2 = { name: 'Alice' };
if (obj1 === obj2) {
console.log("true");
} else {
console.log("false");
}What is a correct syntax to output "Hello World" in Python?
Find the error in the code.
The answer should be: 15
Difficulty: Average😐
function sumArray(arr) {
let sum = 0;
arr.forEach(function(num) {
sum =+ num;
});
return sum;
}
let numbers = [1, 2, 3, 4, 5];
console.log(sumArray(numbers));
Endi mavjud! Telegram Tadqiqoti 2025 — yilning asosiy insaytlari 
