Filter
Exclude
Time range
-
Near
🧠Blazor Developers, this one's for you! Let’s revisit a core concept used across many Blazor components ⚑ Think you know this one? πŸ‘€ πŸ‘‡ Drop your answer in the comments #Blazor #DotNet #ASPNetCore #WebDevelopment #DeveloperQuiz #TechCommunity #Syncfusion
3
91
🧠 Quiz Time for .NET MAUI Devs! Let’s refresh your handler knowledge πŸ‘¨β€πŸ’»βš‘ Think you know this one? πŸ‘€ Drop your answer in the commentsπŸ‘‡ #DotNet #MAUI #DotNetMAUI #CrossPlatform #DeveloperQuiz #TechCommunity #Syncfusion
4
127
12 Aug 2025
Day 14: When math lies to you 🀯 This one-liner breaks the trust between humans and numbers. What do you think the output is? Vote now! #PythonChallenge #Day14 #CodeTrap #DeveloperQuiz #csharpcorner 𝐩𝐫𝐒𝐧𝐭(𝟎.𝟏 𝟎.𝟐 == 𝟎.πŸ‘)
47% True
32% False
11% None
11% Error
19 votes β€’ Final results
2
2
824
12 Aug 2025
Day 14: When math lies to you 🀯 This one-liner breaks the trust between humans and numbers. What do you think the output is? Vote now! #PythonChallenge #Day14 #CodeTrap #DeveloperQuiz #csharpcorner 𝐩𝐫𝐒𝐧𝐭(𝟎.𝟏 𝟎.𝟐 == 𝟎.πŸ‘)
58% True
33% False
0% None
8% Error
12 votes β€’ Final results
2
3
504
12 Aug 2025
Day 14: When math lies to you 🀯 This one-liner breaks the trust between humans and numbers. What do you think the output is? Vote now! #PythonChallenge #Day14 #CodeTrap #DeveloperQuiz #csharpcorner 𝐩𝐫𝐒𝐧𝐭(𝟎.𝟏 𝟎.𝟐 == 𝟎.πŸ‘)
30% True
50% False
0% None
20% Error
10 votes β€’ Final results
2
2
395
🧠 Quick Tech Quiz! Which programming language is known for itsΒ simplicity & readability? A. Java β˜• B. C πŸ’» C. Python 🐍 D. Ruby πŸ’Ž Reply with your answer & tag a fellow coder! Let's see who gets it right πŸ”πŸ‘‡ #BSIT #BSITSoftware #TechQuiz #ProgrammingLanguages #Python #CodeLife #LearnToCode #DeveloperQuiz #CodingCommunity #TechTwitter
4
35
// What's the output? async function getData() { return await Promise.resolve('I made it!'); } const data = getData(); console.log(data); // A: "I made it!" // B: Promise {<resolved>: "I made it!"} // C: Promise {<pending>} // D: undefined #JavaScriptQuiz #FrontEndDev #CodeChallenge #WebDevQuiz #JSChallenge #LearnJavaScript #CodeQuiz #WebDevelopment #ProgrammingQuiz #DevCommunity #TechLearning #JSKnowledge #CodeNewbie #FrontEndLearning #DeveloperQuiz #JSCodeChallenge #WebDevLearning
1
1
1
23
πŸš€ JavaScript Quiz πŸ’‘ What's the output? const name = 'Lydia Hallie'; console.log(name.padStart(13)); console.log(name.padStart(2)); ``` Choose the correct output: A) "Lydia Hallie", "Lydia Hallie" B) " Lydia Hallie", " Lydia Hallie" C) " Lydia Hallie", "Lydia Hallie" D) "Lydia Hallie", "Lyd" #JavaScriptQuiz #FrontEndDev #CodeChallenge #WebDevQuiz #JSChallenge #LearnJavaScript #CodeQuiz #WebDevelopment #ProgrammingQuiz #DevCommunity #TechLearning #JSKnowledge #CodeNewbie #FrontEndLearning #DeveloperQuiz #JSCodeChallenge #WebDevLearning
1
1
14
πŸš€ JavaScript Quiz πŸ’‘ Everything in JavaScript is either a... A: primitive or object B: function or object C: trick question! only objects D: number or object #JavaScriptQuiz #FrontEndDev #CodeChallenge #WebDevQuiz #JSChallenge #LearnJavaScript #CodeQuiz #WebDevelopment #ProgrammingQuiz #DevCommunity #TechLearning #JSKnowledge #CodeNewbie #FrontEndLearning #DeveloperQuiz #JSCodeChallenge #WebDevLearning
1
2
26
πŸš€ JavaScript Quiz πŸ’‘ What's the output? const numbers = [1, 2, 3]; numbers[10] = 11; console.log(numbers); A: [1, 2, 3, null x 7, 11] B: [1, 2, 3, 11] C: [1, 2, 3, empty x 7, 11] D: SyntaxError #JavaScriptQuiz #FrontEndDev #CodeChallenge #WebDevQuiz #JSChallenge #LearnJavaScript #CodeQuiz #WebDevelopment #ProgrammingQuiz #DevCommunity #TechLearning #JSKnowledge #CodeNewbie #FrontEndLearning #DeveloperQuiz #JSCodeChallenge #WebDevLearning
1
2
25
πŸš€ JavaScript Quiz πŸ’‘ What's the output? function getAge(...args) { console.log(typeof args);} getAge(21); A: "number" B: "array" C: "object" D: "NaN" #JavaScriptQuiz #FrontEndDev #CodeChallenge #WebDevQuiz #JSChallenge #LearnJavaScript #CodeQuiz #WebDevelopment #ProgrammingQuiz #DevCommunity #TechLearning #JSKnowledge #CodeNewbie #FrontEndLearning #DeveloperQuiz #JSCodeChallenge #WebDevLearning
1
2
47
25 May 2023
Time for a little IT brainiac test!🧠 Can you guess the answer? Let us know in the comments! #softwaredeveloper #developer #developerquiz #itquiz #itservices #itserviceprovider #itconsultant #itservicedubai
8
75
Which architectural pattern is AngularJS based? A. Decorator Pattern B. Observer Pattern C. MVVM Pattern D. MVC Pattern #quiz #angularjs #angularjsquiz #devquiz #developerquiz #frameworkquiz #devmcq #developermcq #angularmcq #amigoways #letsconnect
0% A. Decorator Pattern
33% B. Observer Pattern
67% C. MVVM Pattern
0% D. MVC Pattern
3 votes β€’ Final results
1
5
134
Zend follows which type of architecture? A. Layered architecture B. MVC C. Microkernel D. None #quiz #Zend #Zendquiz #frameworkquiz #webarchitecturequiz #devquiz #developerquiz #amigoways
60% A. Layered architecture
40% B. MVC
0% C. Microkernel
0% D. None
5 votes β€’ Final results
6
39
9 Mar 2023
Which of these fields is not required to be filled while first installing the WordPress? A. Site Title B. Username C. Post D. All of these #quiz #wordpress #wordpressquiz #pluginquiz #wordpresspluginquiz #webdevelopmentquiz #devquiz #developerquiz
0% A. Site Title
0% B. Username
100% C. Post
0% D. All of these
2 votes β€’ Final results
4
26
Under which of the following Android is licensed? A. OSS B. Sourceforge C. Apache/MIT D. None of the above #quiz #mobileappquiz #mobileappdevelopment #devquiz #developerquiz #android #androidquiz
0% A. OSS
0% B. Sourceforge
100% C. Apache/MIT
0% D. None of the above
3 votes β€’ Final results
5
34
2 Mar 2023
Which of these is an advantage of WordPress? A. PHP requirement B. SEO tools make on-site SEO easier C. Frequent updates require multiple backup copies. D. All of these #wordpress #wordpressquiz #pluginquiz #wordpresspluginquiz #webdevelopmentquiz #devquiz #developerquiz #php
33% A
0% B
0% C
67% D
3 votes β€’ Final results
4
18
2 Feb 2023
0% A. Array
0% B. Integer
0% C. String
100% D. Object
1 votes β€’ Final results
4
21
20 Jan 2023
0% A. Oracle
0% B. Google
0% C. Microsoft
0% D. Facebook
0 votes β€’ Final results
3
51
20 Jan 2023
Which company made Ajax popular? A. Oracle B. Google C. Microsoft D. Facebook #quiz #ajax #ajaxquiz #developerquiz #technologyquzi #softwarequiz #scriptzolquiz #scriptzolpoll #scriptzol #scriptzolteam
5
56