guardians_song (
guardians_song) wrote2013-02-23 01:04 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
Aaaand now I've finally hit Javascript, where I actually need to pay attention.
console.log("Huh");
if (javascript === C++)
{
console.log("Are you kidding me?! It's really weird...");
}
else
{
console.log("Bugger, this is rather strange.");
}
And I probably botched the syntax
if (javascript === C++)
{
console.log("Are you kidding me?! It's really weird...");
}
else
{
console.log("Bugger, this is rather strange.");
}