guardians_song: (celebration)
guardians_song ([personal profile] guardians_song) wrote2013-03-05 11:44 pm
Entry tags:

Hooray! :D

I finished the JavaScript track!

Now, I... er... yeek!

*recovers* I think I'll tackle jQuery next. It seems to be the... shortest of the remaining courses. Mm, yep. Definitely the shortest.

I might also dabble in the Code Year track for extra projects - the Objects part of the Javascript course was hard for me to remember (and it didn't help that I did much of that course after midnight on various nights), so it will be good to have a review.

console.log("Hey, 20 days ago, I didn't know a single line of Javascript, and now I can program in it!");
console.log("...A little, at any rate.");
console.log(" ");
var me = {
name: "guardians_song",
intelligence: "brainless",

recitation: function(){
console.log("Hi, my name is " + this.name + " and I am " + this.intelligence + "! :D");
}
};
me.recitation();

(...And with my luck, I completely botched the syntax of that one. *checks* Huh, no, actually, I got it right! ...Wonders never cease.)