🚀 Quiz #30 What will be the value of odds and evens array in the following JS code? apply() method is used to reference a new owner object.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #30

What will be the value of odds and evens array in the following JS code?

apply() method is used to reference a new owner object.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀 Quiz #33 What will converting an array of depth more than one to a string result in? Depth is the number of times the array gets nested.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #33

What will converting an array of depth more than one to a string result in?

Depth is the number of times the array gets nested.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

💡JavaScript Which of the following are the valid methods in JavaScript? 1. includes() 2. contains() Only a few can get this right 🚀 #javascript #devapt_quiz

dev_apt's tweet image. 💡JavaScript

Which of the following are the valid methods in JavaScript?

1. includes()
2. contains()

Only a few can get this right 🚀

#javascript #devapt_quiz

💡JavaScript What is the difference between Date() and new Date()? #js #devapt_quiz

dev_apt's tweet image. 💡JavaScript

What is the difference between Date() and new Date()?

#js #devapt_quiz

💡Crypto Quiz What is the difference between hashing and encrypting? #devapt_quiz

dev_apt's tweet image. 💡Crypto Quiz

What is the difference between hashing and encrypting?

#devapt_quiz

🚀 Quiz #23 What are all the mutable array methods in JavaScript? Mutable are those that modify the array. Immutable are those that do not modify the array.🎲 📌 Answer will be shared at the end of the day #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #23

What are all the mutable array methods in JavaScript?

Mutable are those that modify the array.
Immutable are those that do not modify the array.🎲

📌 Answer will be shared at the end of the day

#javascript #devapt_quiz

🚀 Quiz #31 How do you pass arguments to the function reference inside setTimeout() in JS? setTimeout is used to call the function after a delay.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #31

How do you pass arguments to the function reference inside setTimeout() in JS?

setTimeout is used to call the function after a delay.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀JavaScript quiz How do you prepend zeros to a number when it is a single digit? 🛵 Follow up to find the answer and upcoming quizzes. #devquiz #devapt_quiz

dev_apt's tweet image. 🚀JavaScript quiz

How do you prepend zeros to a number when it is a single digit?

🛵 Follow up to find the answer and upcoming quizzes.

#devquiz #devapt_quiz

🚀 Quiz #32 What does !! do in JavaScript? !(exclamation) is a logical NOT operator in JS.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #32

What does !! do in JavaScript?

!(exclamation) is a logical NOT operator in JS.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

💥Quiz What's your internet speed? What is the difference between Mbps and MBps related to your internet speed? #internet #devapt_quiz

dev_apt's tweet image. 💥Quiz

What's your internet speed?

What is the difference between Mbps and MBps related to your internet speed?

#internet #devapt_quiz

🚀 Quiz #22 What is the result of the expression arr.sort() === arr.reverse() in JS? You will learn some interesting concept through this.🎲 📌 Answer will be shared at the end of the day #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #22

What is the result of the expression arr.sort() === arr.reverse() in JS?

You will learn some interesting concept through this.🎲

📌 Answer will be shared at the end of the day

#javascript #devapt_quiz

🚀 Quiz #34 What happens when you prefix a string with + in JS? It's a handy way to convert strings to a different type.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #34

What happens when you prefix a string with + in JS?

It's a handy way to convert strings to a different type.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀 Quiz #29 What is the use of ~~ in JavaScript? ~(tilde) is a bitwise NOT operator. Bitwise operations are performed on 32-bit binary numbers in JS.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #js #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #29

What is the use of ~~ in JavaScript?

~(tilde) is a bitwise NOT operator.  Bitwise operations are performed on 32-bit binary numbers in JS.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#js #devapt_quiz

🚀 Quiz #28 How does the dialog tag appear on a web page? dialog tag was added in HTML5 and it is mostly supported in chrome devices currently🎲 📌 Follow up to find the answer and upcoming quizzes. #HTML #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #28

How does the dialog tag appear on a web page?

dialog tag was added in HTML5 and it is mostly supported in chrome devices currently🎲

📌 Follow up to find the answer and upcoming quizzes.

#HTML #devapt_quiz

💥Auth Why Authorization and Authentication terms are used together most of the time? Stay tuned for more such interesting quizzes. 🧩 #auth #devapt_quiz

dev_apt's tweet image. 💥Auth

Why Authorization and Authentication terms are used together most of the time?

Stay tuned for more such interesting quizzes. 🧩

#auth #devapt_quiz

🚀 Quiz #24 How do you change the bullets in an HTML list using CSS? With just one line of CSS code, you can implement this.🎲 📌 Answer will be shared at the end of the day #css #html #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #24

How do you change the bullets in an HTML list using CSS?

With just one line of CSS code, you can implement this.🎲

📌 Answer will be shared at the end of the day

#css #html #devapt_quiz

🚀 Quiz #25 What happens with this git reverting command? It's a nice handy flag for reverting the commit.🎲 📌 Answer will be shared at the end of the day #git #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #25

What happens with this git reverting command?

It's a nice handy flag for reverting the commit.🎲

📌 Answer will be shared at the end of the day

#git #devapt_quiz

🚀JavaScript quiz What's the difference between event.target vs event.currentTarget? Which one do you often use? #js #devapt_quiz

dev_apt's tweet image. 🚀JavaScript quiz

What's the difference between event.target vs event.currentTarget?

Which one do you often use?

#js  #devapt_quiz

🚀 Quiz #27 What happens with the npm s command? npm has some handy shorthand commands and it's a shorthand command for?🎲 📌 Follow up to find the answer and upcoming quizzes. #node #npm #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #27

What happens with the npm s command?

npm has some handy shorthand commands and it's a shorthand command for?🎲

📌 Follow up to find the answer and upcoming quizzes.

#node #npm #devapt_quiz

💡CSS quiz To all the CSS enthusiasts ↓ What is the default value of flex-grow? #devapt_quiz


💡Crypto Quiz What is the difference between hashing and encrypting? #devapt_quiz

dev_apt's tweet image. 💡Crypto Quiz

What is the difference between hashing and encrypting?

#devapt_quiz

💡CSS quiz To all the CSS enthusiasts ↓ What is the default value of flex-grow? #devapt_quiz


🚀JavaScript quiz How do you prepend zeros to a number when it is a single digit? 🛵 Follow up to find the answer and upcoming quizzes. #devquiz #devapt_quiz

dev_apt's tweet image. 🚀JavaScript quiz

How do you prepend zeros to a number when it is a single digit?

🛵 Follow up to find the answer and upcoming quizzes.

#devquiz #devapt_quiz

💥Quiz What's your internet speed? What is the difference between Mbps and MBps related to your internet speed? #internet #devapt_quiz

dev_apt's tweet image. 💥Quiz

What's your internet speed?

What is the difference between Mbps and MBps related to your internet speed?

#internet #devapt_quiz

💥Auth Why Authorization and Authentication terms are used together most of the time? Stay tuned for more such interesting quizzes. 🧩 #auth #devapt_quiz

dev_apt's tweet image. 💥Auth

Why Authorization and Authentication terms are used together most of the time?

Stay tuned for more such interesting quizzes. 🧩

#auth #devapt_quiz

💡JavaScript What is the difference between Date() and new Date()? #js #devapt_quiz

dev_apt's tweet image. 💡JavaScript

What is the difference between Date() and new Date()?

#js #devapt_quiz

💡JavaScript Which of the following are the valid methods in JavaScript? 1. includes() 2. contains() Only a few can get this right 🚀 #javascript #devapt_quiz

dev_apt's tweet image. 💡JavaScript

Which of the following are the valid methods in JavaScript?

1. includes()
2. contains()

Only a few can get this right 🚀

#javascript #devapt_quiz

🚀JavaScript quiz What's the difference between event.target vs event.currentTarget? Which one do you often use? #js #devapt_quiz

dev_apt's tweet image. 🚀JavaScript quiz

What's the difference between event.target vs event.currentTarget?

Which one do you often use?

#js  #devapt_quiz

🚀 Quiz #34 What happens when you prefix a string with + in JS? It's a handy way to convert strings to a different type.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #34

What happens when you prefix a string with + in JS?

It's a handy way to convert strings to a different type.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀 Quiz #33 What will converting an array of depth more than one to a string result in? Depth is the number of times the array gets nested.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #33

What will converting an array of depth more than one to a string result in?

Depth is the number of times the array gets nested.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀 Quiz #32 What does !! do in JavaScript? !(exclamation) is a logical NOT operator in JS.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #32

What does !! do in JavaScript?

!(exclamation) is a logical NOT operator in JS.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀 Quiz #31 How do you pass arguments to the function reference inside setTimeout() in JS? setTimeout is used to call the function after a delay.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #31

How do you pass arguments to the function reference inside setTimeout() in JS?

setTimeout is used to call the function after a delay.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀 Quiz #30 What will be the value of odds and evens array in the following JS code? apply() method is used to reference a new owner object.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #30

What will be the value of odds and evens array in the following JS code?

apply() method is used to reference a new owner object.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀 Quiz #29 What is the use of ~~ in JavaScript? ~(tilde) is a bitwise NOT operator. Bitwise operations are performed on 32-bit binary numbers in JS.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #js #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #29

What is the use of ~~ in JavaScript?

~(tilde) is a bitwise NOT operator.  Bitwise operations are performed on 32-bit binary numbers in JS.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#js #devapt_quiz

🚀 Quiz #28 How does the dialog tag appear on a web page? dialog tag was added in HTML5 and it is mostly supported in chrome devices currently🎲 📌 Follow up to find the answer and upcoming quizzes. #HTML #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #28

How does the dialog tag appear on a web page?

dialog tag was added in HTML5 and it is mostly supported in chrome devices currently🎲

📌 Follow up to find the answer and upcoming quizzes.

#HTML #devapt_quiz

🚀 Quiz #27 What happens with the npm s command? npm has some handy shorthand commands and it's a shorthand command for?🎲 📌 Follow up to find the answer and upcoming quizzes. #node #npm #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #27

What happens with the npm s command?

npm has some handy shorthand commands and it's a shorthand command for?🎲

📌 Follow up to find the answer and upcoming quizzes.

#node #npm #devapt_quiz

🚀 Quiz #25 What happens with this git reverting command? It's a nice handy flag for reverting the commit.🎲 📌 Answer will be shared at the end of the day #git #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #25

What happens with this git reverting command?

It's a nice handy flag for reverting the commit.🎲

📌 Answer will be shared at the end of the day

#git #devapt_quiz

🚀 Quiz #24 How do you change the bullets in an HTML list using CSS? With just one line of CSS code, you can implement this.🎲 📌 Answer will be shared at the end of the day #css #html #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #24

How do you change the bullets in an HTML list using CSS?

With just one line of CSS code, you can implement this.🎲

📌 Answer will be shared at the end of the day

#css #html #devapt_quiz

🚀 Quiz #23 What are all the mutable array methods in JavaScript? Mutable are those that modify the array. Immutable are those that do not modify the array.🎲 📌 Answer will be shared at the end of the day #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #23

What are all the mutable array methods in JavaScript?

Mutable are those that modify the array.
Immutable are those that do not modify the array.🎲

📌 Answer will be shared at the end of the day

#javascript #devapt_quiz

🚀 Quiz #22 What is the result of the expression arr.sort() === arr.reverse() in JS? You will learn some interesting concept through this.🎲 📌 Answer will be shared at the end of the day #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #22

What is the result of the expression arr.sort() === arr.reverse() in JS?

You will learn some interesting concept through this.🎲

📌 Answer will be shared at the end of the day

#javascript #devapt_quiz

لا توجد نتائج لـ "#devapt_quiz"

💡Crypto Quiz What is the difference between hashing and encrypting? #devapt_quiz

dev_apt's tweet image. 💡Crypto Quiz

What is the difference between hashing and encrypting?

#devapt_quiz

💡JavaScript What is the difference between Date() and new Date()? #js #devapt_quiz

dev_apt's tweet image. 💡JavaScript

What is the difference between Date() and new Date()?

#js #devapt_quiz

💥Quiz What's your internet speed? What is the difference between Mbps and MBps related to your internet speed? #internet #devapt_quiz

dev_apt's tweet image. 💥Quiz

What's your internet speed?

What is the difference between Mbps and MBps related to your internet speed?

#internet #devapt_quiz

🚀JavaScript quiz How do you prepend zeros to a number when it is a single digit? 🛵 Follow up to find the answer and upcoming quizzes. #devquiz #devapt_quiz

dev_apt's tweet image. 🚀JavaScript quiz

How do you prepend zeros to a number when it is a single digit?

🛵 Follow up to find the answer and upcoming quizzes.

#devquiz #devapt_quiz

💥Auth Why Authorization and Authentication terms are used together most of the time? Stay tuned for more such interesting quizzes. 🧩 #auth #devapt_quiz

dev_apt's tweet image. 💥Auth

Why Authorization and Authentication terms are used together most of the time?

Stay tuned for more such interesting quizzes. 🧩

#auth #devapt_quiz

🚀 Quiz #21 What will 3 > 2 > 1 return in JavaScript? You need to solve it piece by piece.🎲 📌 Answer will be shared at the end of the day #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #21

What will 3 > 2 > 1 return in JavaScript?

You need to solve it piece by piece.🎲

📌 Answer will be shared at the end of the day

#javascript #devapt_quiz

🚀 Quiz #33 What will converting an array of depth more than one to a string result in? Depth is the number of times the array gets nested.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #33

What will converting an array of depth more than one to a string result in?

Depth is the number of times the array gets nested.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀JavaScript quiz What's the difference between event.target vs event.currentTarget? Which one do you often use? #js #devapt_quiz

dev_apt's tweet image. 🚀JavaScript quiz

What's the difference between event.target vs event.currentTarget?

Which one do you often use?

#js  #devapt_quiz

🚀 Quiz #30 What will be the value of odds and evens array in the following JS code? apply() method is used to reference a new owner object.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #30

What will be the value of odds and evens array in the following JS code?

apply() method is used to reference a new owner object.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

💡JavaScript Which of the following are the valid methods in JavaScript? 1. includes() 2. contains() Only a few can get this right 🚀 #javascript #devapt_quiz

dev_apt's tweet image. 💡JavaScript

Which of the following are the valid methods in JavaScript?

1. includes()
2. contains()

Only a few can get this right 🚀

#javascript #devapt_quiz

🚀 Quiz #34 What happens when you prefix a string with + in JS? It's a handy way to convert strings to a different type.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #34

What happens when you prefix a string with + in JS?

It's a handy way to convert strings to a different type.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀 Quiz #28 How does the dialog tag appear on a web page? dialog tag was added in HTML5 and it is mostly supported in chrome devices currently🎲 📌 Follow up to find the answer and upcoming quizzes. #HTML #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #28

How does the dialog tag appear on a web page?

dialog tag was added in HTML5 and it is mostly supported in chrome devices currently🎲

📌 Follow up to find the answer and upcoming quizzes.

#HTML #devapt_quiz

🚀 Quiz #23 What are all the mutable array methods in JavaScript? Mutable are those that modify the array. Immutable are those that do not modify the array.🎲 📌 Answer will be shared at the end of the day #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #23

What are all the mutable array methods in JavaScript?

Mutable are those that modify the array.
Immutable are those that do not modify the array.🎲

📌 Answer will be shared at the end of the day

#javascript #devapt_quiz

🚀 Quiz #29 What is the use of ~~ in JavaScript? ~(tilde) is a bitwise NOT operator. Bitwise operations are performed on 32-bit binary numbers in JS.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #js #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #29

What is the use of ~~ in JavaScript?

~(tilde) is a bitwise NOT operator.  Bitwise operations are performed on 32-bit binary numbers in JS.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#js #devapt_quiz

🚀 Quiz #31 How do you pass arguments to the function reference inside setTimeout() in JS? setTimeout is used to call the function after a delay.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #31

How do you pass arguments to the function reference inside setTimeout() in JS?

setTimeout is used to call the function after a delay.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀 Quiz #27 What happens with the npm s command? npm has some handy shorthand commands and it's a shorthand command for?🎲 📌 Follow up to find the answer and upcoming quizzes. #node #npm #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #27

What happens with the npm s command?

npm has some handy shorthand commands and it's a shorthand command for?🎲

📌 Follow up to find the answer and upcoming quizzes.

#node #npm #devapt_quiz

🚀 Quiz #22 What is the result of the expression arr.sort() === arr.reverse() in JS? You will learn some interesting concept through this.🎲 📌 Answer will be shared at the end of the day #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #22

What is the result of the expression arr.sort() === arr.reverse() in JS?

You will learn some interesting concept through this.🎲

📌 Answer will be shared at the end of the day

#javascript #devapt_quiz

🚀 Quiz #32 What does !! do in JavaScript? !(exclamation) is a logical NOT operator in JS.🎲 🎯 Don't learn alone share with fellow devs too. 🛵 Follow up to find the answer and upcoming quizzes. #javascript #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #32

What does !! do in JavaScript?

!(exclamation) is a logical NOT operator in JS.🎲

🎯 Don't learn alone share with fellow devs too.

🛵 Follow up to find the answer and upcoming quizzes.

#javascript #devapt_quiz

🚀 Quiz #25 What happens with this git reverting command? It's a nice handy flag for reverting the commit.🎲 📌 Answer will be shared at the end of the day #git #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #25

What happens with this git reverting command?

It's a nice handy flag for reverting the commit.🎲

📌 Answer will be shared at the end of the day

#git #devapt_quiz

🚀 Quiz #24 How do you change the bullets in an HTML list using CSS? With just one line of CSS code, you can implement this.🎲 📌 Answer will be shared at the end of the day #css #html #devapt_quiz

dev_apt's tweet image. 🚀 Quiz #24

How do you change the bullets in an HTML list using CSS?

With just one line of CSS code, you can implement this.🎲

📌 Answer will be shared at the end of the day

#css #html #devapt_quiz

Loading...

Something went wrong.


Something went wrong.


United States Trends