JAVASCRIPT PROGRAMMING
3.68K subscribers
495 photos
3 videos
48 files
102 links
Hello! I am @imabhi3030 and welcome to the Coding channel! Here we can learn all things related to coding and improve our skills. I am always present to help you. If you need any kind of assistance, just let me know! 😊
Download Telegram
Which of the following HTML tag is used to display the text with scrolling effect?
Anonymous Quiz
49%
<scroll>
36%
<marquee>
7%
<div>
9%
None of the above
Which of the following is the correct way to send mail in HTML?
Anonymous Quiz
45%
<a href = "mailto: xy@y">
11%
<a href = "xy@y">
15%
<mail xy@y</mail>
15%
<mailto:abc@j>
15%
None of the above
Which of the following is the container for <th>, and <td> ?
Anonymous Quiz
9%
<data>
61%
<table>
5%
<group>
25%
All of the above
👍1
Which of the following HTML attribute is used to define inline styles?
Anonymous Quiz
10%
type
48%
style
10%
class
10%
id
15%
link
6%
meta
What is the output?
What is the output?
Anonymous Quiz
40%
Error, code will not compile
60%
Animal walk
What will be alerted here?
What will be alerted here? 👆🏻
Anonymous Quiz
58%
White Rabbit
42%
Error
What is the result of execution of this try catch block?
What is the result of execution of this try catch block? 👆🏻
Anonymous Quiz
70%
'an error happened'
30%
Nothing
What is the output?
What is the output?
Anonymous Quiz
61%
Error, code will not compile
39%
Animal walk
What will be alerted here?
What will be alerted here? 👆🏻
Anonymous Quiz
60%
White Rabbit
40%
Error
What is the result of execution of this try catch block?
What is the result of execution of this try catch block? 👆🏻
Anonymous Quiz
54%
'an error happened'
46%
Nothing
Useful: if you work on a large JavaScript project, run

$> npx unimported

It scans your project and lists all unused NPM dependencies and unimported components, that are not used in your code. It helps to remove dead code from your codebase.
What will be alerted here?