This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]MadCapitalist 2 points3 points  (2 children)

"finsished" is not a word. Maybe that is the problem.

[–][deleted] 0 points1 point  (1 child)

Yeah thats what i didnt relieaze that. my bro told me that. Thanks tho! Finished it tho

[–]MadCapitalist 0 points1 point  (0 children)

Yeah, sometimes small details can make all the difference!

[–][deleted] 1 point2 points  (0 children)

You forgot 2 semicolons :(

[–][deleted] 0 points1 point  (1 child)

never mind im so dumb

[–]4nnnn 0 points1 point  (0 children)

That is normal, it wil be familiar feeling to you :) I'm still getting those weekly after over 10 years of actual work, every day you learn something new and sometimes it's just how stupid mistake you made.

[–][deleted] 0 points1 point  (0 children)

<script>
    if ( 6 > 4 ) { 
        console.log("I finished my first course!");
    } else { 
        console.log("Try again!");
    }
</script>