Advertisement
KodingKid

Coding Q&A FAQ

Mar 27th, 2021
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.83 KB | None | 0 0
  1. <DOCTYPE! HTML>
  2.     <html>
  3.         <head>
  4.             <h1>Before I go</h1>
  5.             <!--See here for explanation of this "script" https://pastebin.com/692WeqKK-->
  6.             <h1>I will do a Q/A FAQ</h1>
  7.         </head>
  8.         <body>
  9.             <h2>How long have you been coding for?</h2>
  10.             <p>I have been coding for around 2 years now but started my Pastebin literally last week.</p>
  11.             <h2>How long do you spend coding everyday?</h2>
  12.             <p>Depends on how many scripts I'm making, between 2 and 4 hours usually.</p>
  13.             <h2>What language did you learn first?</h2>
  14.             <p>Lua. Althought I don't know too much about Lua to date, that is what I started out coding with. The first language I really started learning coding in was Python, and I had a bit of an idea about C#</p>
  15.             <h2>Why did you start coding?</h2>
  16.             <p>I have always liked computers and programming and games but I really took an interest a few years ago in Roblox coding and when I grew up I continued that interest but more in Unity3D and Python3</p>
  17.             <h2>How many languages do you know and to what extent?</h2>
  18.             <p>In order; most-least. HTML, Python, C#, CSS, Lua, and finally Javascript. HTML is very easy and I can make very good scripts quickly. Python is also kind of easy and it is fairly quick. C# is a bit complex but I can code well with it. CSS is very basic but I find myself messing up a lot of the time coz I can be a bit stupid. Lua is easy but I barely know anything about it. Javascript is still very new and difficult to me, I have only been testing it out for the past week so I'm still very new and it's not the hardest thing to code but it's not the easiest either.</p>
  19.             <h3>That's all for now but I'll do some more another time maybe?</h3>
  20.         </body>
  21.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement