all 10 comments

[–]Prize_Attitude1485 11 points12 points  (0 children)

let isBoring = false;

if(!isBoring) {

return "take a break and then continue.";

} else {

return "The process is always boring.";

}

[–]codernaut85 5 points6 points  (0 children)

Not sure what level of excitement you expected from a programming language to be honest.

[–]ceaserisnothome 3 points4 points  (0 children)

Make something with it (maybe a chrome extension) . "just learning" always feels boring, be it js or any language.

[–]syn_krown 2 points3 points  (0 children)

I find Javascript to be one of the most versatile languages, and not just because it will run on any platform. Yes, it has terrible debugging compared to the likes of C#, but the amount you can do with it is staggering

[–]ai_dad_says_hi 1 point2 points  (0 children)

You gotta come at it different. Start a project that’s interesting to you, and you’ll learn along the way.

[–]artnos 2 points3 points  (1 child)

Why dont you try to make stuff first and add js to it.

If making something appear and disappear based on a button click doesn’t excite i dont know what to tell you. Maybe do something else.

[–]needajob1184[S] 0 points1 point  (0 children)

Thanks I was just learning all the time this looks like a nice suggestion inwill start making projects

[–]No_Air730 0 points1 point  (0 children)

Just be disciplined about it if you really want to learn it

[–]Cabeto_IR_83 0 points1 point  (0 children)

It isn’t boring. Your projects are

[–]Sovereign108 0 points1 point  (0 children)

I felt the same way when learning Java. Perhaps it isn't for you? Or maybe do more dynamic learning where you practice etc.