Quarxnox
Global Development Team
Admin of LMBR
Likes Ranks:
None
See Quarxnox#0101 on discord
Posts: 167
|
Post by Quarxnox on Dec 1, 2017 17:46:12 GMT -5
That's awful. Not only would it not ban anyone, it would generate a syntax error and cause the entire script to fail. Heres how Python might do it: If userNumber == *** print("you have been banned! ") userbanned = 1 now in pseudocode! If a variable named userNumber is *** (which will change to the banned users number) It tells them they have been banned. userBanned might be a variable that when set to 1, stops everything on that account from working. How did I do? So, userbanned would be a getter property of the global object? Print is the function that displays messages on the console, right? Does *** represent the users number, which you would replace in the actual code, or is it a specialized variable that automatically changes to the number in some way? Also, I would capitalize the Y in the message.
|
|
Ciblast
Idea Development Team
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Posts: 654
|
Post by Ciblast on Dec 2, 2017 1:54:25 GMT -5
(When you realise that you are bad at programming and can barely remember a thing about it and now you don't know what to do with your life) :-P
|
|
Quarxnox
Global Development Team
Admin of LMBR
Likes Ranks:
None
See Quarxnox#0101 on discord
Posts: 167
|
Post by Quarxnox on Dec 2, 2017 16:46:15 GMT -5
(When you realise that you are bad at programming and can barely remember a thing about it and now you don't know what to do with your life) ?
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Dec 2, 2017 18:38:18 GMT -5
Let me guess how! function.java.script{(ban.all.eternally/forever)} That's awful. Not only would it not ban anyone, it would generate a syntax error and cause the entire script to fail. I know! :-P I was just making fun of how complicated Javascript is! :-P
|
|
Quarxnox
Global Development Team
Admin of LMBR
Likes Ranks:
None
See Quarxnox#0101 on discord
Posts: 167
|
Post by Quarxnox on Dec 3, 2017 14:17:08 GMT -5
That's awful. Not only would it not ban anyone, it would generate a syntax error and cause the entire script to fail. I know! I was just making fun of how complicated Javascript is! Ah. If you know how it works, it's less complicated. But yeah, of the 3 website languages, it's the most complicated. It is a programming language, after all.
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Dec 3, 2017 14:22:00 GMT -5
I know! I was just making fun of how complicated Javascript is! Ah. If you know how it works, it's less complicated. But yeah, of the 3 website languages, it's the most complicated. It is a programming language, after all. What do you mean 3? Java, Ruby, Perl? :-P
|
|
Quarxnox
Global Development Team
Admin of LMBR
Likes Ranks:
None
See Quarxnox#0101 on discord
Posts: 167
|
Post by Quarxnox on Dec 3, 2017 14:28:33 GMT -5
Ah. If you know how it works, it's less complicated. But yeah, of the 3 website languages, it's the most complicated. It is a programming language, after all. What do you mean 3? Java, Ruby, Perl? No. Those are server-side programming languages. The 3 website languages are HTML, CSS, and JavaScript. They are the only ones that are supported by every browser and used in all good webpages. Webgames are done with different languages, but they are compiled by a program separate from your browser so that the browser can display them.
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Dec 3, 2017 14:42:16 GMT -5
What do you mean 3? Java, Ruby, Perl? No. Those are server-side programming languages. The 3 website languages are HTML, CSS, and JavaScript. They are the only ones that are supported by every browser and used in all good webpages. Webgames are done with different languages, but they are compiled by a program separate from your browser so that the browser can display them. Javascript can also make games. And CSS could design them. Right? Also PHP was made to make Facebook. Is Facebook a webpage?
|
|
Quarxnox
Global Development Team
Admin of LMBR
Likes Ranks:
None
See Quarxnox#0101 on discord
Posts: 167
|
Post by Quarxnox on Dec 3, 2017 15:15:57 GMT -5
No. Those are server-side programming languages. The 3 website languages are HTML, CSS, and JavaScript. They are the only ones that are supported by every browser and used in all good webpages. Webgames are done with different languages, but they are compiled by a program separate from your browser so that the browser can display them. Javascript can also make games. And CSS could design them. Right? Also PHP was made to make Facebook. Is Facebook a webpage? Yes, io games. But they don't have to load like other games, because the code is interpreted directly. PHP is only on the server. It handles all the background things, like serving the pages to users. However, the pages themselves have no PHP on them. The browser can't inerpret PHP without a compiler, and that would make Facebook take forever to load.
|
|
Deleted
Deleted Member
Likes Ranks:
None
Posts: 0
|
Post by Deleted on Jan 2, 2019 9:40:25 GMT -5
Let’s revive this thread! Anybody use JavaScript?
|
|
Quarxnox
Global Development Team
Admin of LMBR
Likes Ranks:
None
See Quarxnox#0101 on discord
Posts: 167
|
Post by Quarxnox on Jan 2, 2019 22:57:38 GMT -5
Let’s revive this thread! Anybody use JavaScript? Me.
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Jan 3, 2019 19:25:16 GMT -5
Let’s revive this thread! Anybody use JavaScript? I know some.
|
|
Deleted
Deleted Member
Likes Ranks:
None
Posts: 0
|
Post by Deleted on Sept 8, 2019 16:27:21 GMT -5
<span style="colot: #00ffff">Hello</span> I don't know JS
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Sept 8, 2019 17:48:43 GMT -5
<span style="colot: #00ffff">Hello</span> I don't know JS I'm guessing you don't really know HTML or CSS either that much.
|
|
Deleted
Deleted Member
Likes Ranks:
None
Posts: 0
|
Post by Deleted on Sept 9, 2019 5:04:19 GMT -5
<span style="colot: #00ffff">Hello</span> I don't know JS I'm guessing you don't really know HTML or CSS either that much. I know HTML but some exercises i didn't pass them :-P now I am learning the CSS body { font-family: Verdana; } h1 { font-family: ...; } that's it true?
|
|