Priyanshu Biswal
@RoyalCoder1234
Hi, I am the RoyalCoder. I added the 1234 because that symbolizes the lines of code I put into my work. Thank you for reading!
I want to make something like @Codeverse 's CREAT3 Website, so which libraries should I use?
Codeverse Oh hello there, I noticed the notif bell turn on so I came here. I used JQuery.JS and Bootstrap.CSS in my program.2 years ago
I was watching some Youtube videos when I noticed a video using recursive. I quickly searched it up online but the tutorials were long and time-taking
mwilki7 Recursion is the process of re-entering the same function by calling it within itself
function testFunction()
{
console.log("test")
testFunction()
}
There's always an iterative (while/for loop) equivalent:
while (true)
{
console.log("test")
}
`2 years ago
Codeverse Bruh this is such an easy question that I am so lucky to answer first. Recursive is when something calls itself. That "something" is usually a function.2 years ago
RYANTADIPARTHI it's a problem where it depends on solutions, or small parts of it. They can usually be solved by iteration.2 years ago
I have an upcoming spelling bee, so I built a program that can help me to win it. I thought maybe you guys could use it too. Hope you like it.
How to
Python
Codeverse Cool, I know someone who's going to a spelling bee! But where did you find these words?2 years ago
Ok, so... I always loved logic gates, so I built a library that has them. I researched the gates even more and added a binary converter and a truth ta
HTML, CSS, JS
Solar System
This solar system is a model of the 4 inner rocky planets of our solar system. Upvote if you like it, and if you want the orbits of the
HTML, CSS, JS
If you want to chat, then use this program. It has time of message, when someone joins, and own username. It is my first Node.js app that I completed.
Node.js
Check out this new programming language. Sorry if it is a little messy because this is the outcome of a 2-hour challenge I put on myself. I've always
HTML, CSS, JS
Hello!
Thank you for checking out this game. I hope it is not too hard. Comment if the game has bugs and if you can finish all of the 14 levels. Afte
HTML, CSS, JS
RoyalCoder1234 I have added the div alert thing and pushed the about stuff into the HTML file. If you can't see it, check line 486 to 505 in the JavaScript file.2 years ago
RoyalCoder1234 Thank you for those comments! I will see if I can build something that doesn't stop the whole program.2 years ago
TANMAYBAGADIA Yaa use a div for the instructions or use iframes in which u wrote , nice game :)2 years ago