What files do you need for a website?

Status
Not open for further replies.
The reason I said before that you didn't need to learn Javascript is because there are billions of free code snippets out there that can accomplish what you want, so you don't have to code it yourself. This is not stealing, nor is it cheating in any way.

And Java might look like Javascript, but it's structure and uses are completely different.

Well knowing some java is making this A LOT easier. I know the uses and structure is different..but the syntax is kind of similiar:


document.write instead of System.out.println

don't have to declare variable types in JS but you do in java

still uses for/if/ifelse/dowhile/etc loops

I think I seen somewhere that it uses arrays

JS doesn't seem to be picky about spacing and semi-colons


I mean there are a lot of differences. but on the other hand it looks the same...so I think the die hard people that foam at the mouth once you mention java and javascript looking just a bit similar are crazy(not saying you're one...just saying that lol)


But yea, so far out of html,css, and javascript this has been the easiest I've grasp so i think I'm going to stick with it.

And like I said, I already have a snippet that gives the html/css/js for what I want to do to...I just want to learn how to do it myself lol
 
Status
Not open for further replies.
Back
Top Bottom