Skip to content
Sign UpLog In
Profile icon

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!
Repls
Community
RoyalCoder1234
RoyalCoder1234
shared a Post
2 years ago
Which Libs should I use for websites?
I want to make something like @Codeverse 's CREAT3 Website, so which libraries should I use?
RoyalCoder1234
RoyalCoder1234
Thank you very much!2 years ago
Codeverse
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
RoyalCoder1234
RoyalCoder1234
shared a Post
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
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
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
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
RoyalCoder1234
RoyalCoder1234
shared a Post
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
Spelling Bee Helper
Python
Codeverse
Codeverse
That is okay2 years ago
RoyalCoder1234
RoyalCoder1234
umm, I dunno, I forgot what it was called. Sorry2 years ago
Codeverse
Codeverse
Cool, I know someone who's going to a spelling bee! But where did you find these words?2 years ago
RoyalCoder1234
RoyalCoder1234
shared a Post
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
LGateJS
HTML, CSS, JS
TheCheeseCoder
TheCheeseCoder
cool2 years ago
JBloves27
JBloves27
Wow! Pretty cool!2 years ago
RoyalCoder1234
RoyalCoder1234
shared a Post
2 years ago
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
Solar System
HTML, CSS, JS
RoyalCoder1234
RoyalCoder1234
shared a Post
2 years ago
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.
Texting
Node.js
jens123641
jens123641
Well done :D9 months ago
RoyalCoder1234
RoyalCoder1234
shared a Post
2 years ago
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
Fuser-IDE
HTML, CSS, JS
mesquite2234
mesquite2234
noice. even tho i dont understand it2 years ago
RoyalCoder1234
RoyalCoder1234
shared a Post
2 years ago
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
Sticky Collector
HTML, CSS, JS
RoyalCoder1234
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
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
TANMAYBAGADIA
Yaa use a div for the instructions or use iframes in which u wrote , nice game :)2 years ago