Channel Avatar

Code Creators @UCOIEtXwbhOdTfMpkx9IZKTA@youtube.com

2.5K subscribers - no pronouns :c

Welcome to CODE CREATORS. ๐Ÿ’ปWe empower you to not just co


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Code Creators
Posted 1 week ago

Furniture Website Part 2 :- https://youtu.be/HRr5XICVeQs

5 - 0

Code Creators
Posted 2 weeks ago

What does isNaN() function do?

16 - 0

Code Creators
Posted 2 weeks ago

How do you write a conditional statement in JavaScript?

11 - 0

Code Creators
Posted 2 weeks ago

What is the correct way to write an array in JavaScript?

12 - 0

Code Creators
Posted 2 weeks ago

What is the output of console.log(2 + "2")?

10 - 0

Code Creators
Posted 3 weeks ago

Are you enjoy JavaScript quizes ? What can be improve in it ?

19 - 2

Code Creators
Posted 3 weeks ago

What will typeof null return?

12 - 0

Code Creators
Posted 3 weeks ago

Which symbol is used for comments in JavaScript?

12 - 0

Code Creators
Posted 3 weeks ago

How do you declare a JavaScript variable?

16 - 0

Code Creators
Posted 3 weeks ago

<p id="demo"></p>
var txt1 = "Sanfoundry_";
var txt2 = "Javascriptmcq";
document.getElementById("demo").innerHTML = txt1 + txt2;

10 - 2