birthdayboy224Lvl 2
- Windows
SquirrelGuy-5 trying to learn JavaScript now?
SquirrelGuy-5 trying to learn JavaScript now?
birthdayboy224 nah, I know it already.
var side;
function loadNewSeed(data) {
side=width/data.length;
for(var i = 0; i < data.length; i++) {
if(data[i]=="1") {
rect(i*side,200,50,50);
}
}
}
SquirrelGuy-5
Javascript and JSON are not different things. JSON literally stands for "Javascript Object Notation". Plus, HTML is a markdown language and not a programming language. CSS is in a weird class of its own.
I do have a challenge for you though: Create a simple webapp using either a nodejs or python backend which allows users to upload images and apply filters to them and download or post the result to a public image board.
DragonFireGames I know what JSON stands for, and I also know that it can be used in practically every coding language.
Oh and, I would need to pay for that web app to be hosted so…
U could point out some free hosting web servers or tips to build my own.
DragonFireGames and HTML is used to program websites, so technically it is in a way, a programming language.
SquirrelGuy-5 Try out a mix of https://render.com and Github. You could also use Replit and I could just fork the repl to test your code.
SquirrelGuy-5 Alright, use pure HTML to calculate the first 100 digits of PI using any algorithm you'd like
DragonFireGames lol you’re funny.
I meant that HTML is used to build and code the basic structure of a website, not perform calculations meant for something like JavaScript.
Oh and I’ll try GitHub, thx
Lil-Starcast i genuinely can't tell if you're shitposting or not lmao. the inspect console doesnt hack websites. Its for editing things LOCALLY. That means there is very little way to affect the backend unless its coded terribly. Coming up with a solution to a problem is a sign of bare sentience, not intelligence. Also, my goal is to protect cdo, not your little autist feelings.
SquirrelGuy-5 html is by definition a markup language. Its actually hilarious how misinformed you are. In order for it it be a programming language, you have to be able to do things like basic math and store variables, which you cannot do in HTML
SquirrelGuy-5 mf if you don't even know how to use github there is no fucking way you are compotent enough to exploit any code vulnerabilities. You couldnt even tell me what an RCE or an IDOR attack is.
SquirrelGuy-5 lists off basic data storage types found in any modern programming language claims he knows everything about javascript
this guy's a genius
SquirrelGuy-5 go to tryhackme.com, spool up a parrot or kali vm if you're not already on a debian based linux distro, and do the vulniversity box without a walkthrough. You're giving off mad script kiddie vibes with how you present yourself and its super fucking obnoxious. Either you don't know what you're talking about, or youre super fucking autistic.
SquirrelGuy-5 HOLY SHIT THIS THREAD JUST KEEPS GETTING FUNNIER
NO SHOT THIS FUCKING IDIOT HAS ACCESS TO A BOTNET OF ANY SIZE
DragonFireGames CSS is not a markup language; it is a style sheet language that defines the presentation of other markup languages like HTML.
ackvonhuelio WHAT DID YOU DO TO YOUR COMPUTER?!?!
Captain_Jack_Sparrow ripped word for word from scaler.com
smooth
peptobepto peptobepto, you use that word a whole lot, and it’s NOT protecting CDO.
Also you can actually store variable with HTML using the <var>
tag.
Do you know nothing about programming?
peptobepto I decided i was to lazy to site any more scores after the 5 page essay.
Also guys, I’ve learned WAY more home-schooling than the average grade student at a public school would know.
And peptobepto? I want to know if you can hack FCR.
If you can’t, oooh sweet Mario!
SquirrelGuy-5 can HTML us an "if" statement? According to google there is no possible way to use an "if" statement in HTML.