If you think programming is scary, this video should alleviate your fears. Programming in JavaScript is as easy as typing stuff into a text editor and then seeing the results in your browser. It’s fun and easy! Well, to do the basics :).
Original source
5 responses to “JavaScript Introduction and Basic Demo – Learn JavaScript Basics Tutorial (Part 1)”
I donwloaded the text 2 but its not that fancy like yours and when I hit refresh it doesnt refresh…
is this real can I make my own page for feeeree????
$(document).ready(function(){
$("p").click(function(){
$(this).html("wtf");
});
});
isn't that easier? i'm just weirdo. LOLs.
why u no use jquery? thats such a long string for method?
why YOU NO USE EMMET?