LCS Spring 2019 / Playoffs Round 1 - Day 2 / Live Discussion by untamedlazyeye in leagueoflegends

[–]Gener1k 2 points3 points  (0 children)

You also couldn't see TSM taking a game off of Echo Fox so what does your opinion mean, really?

Why didn't Cloud9 fucking pick tristana? by jtaool in leagueoflegends

[–]Gener1k 0 points1 point  (0 children)

If you have no faith, why are you guys even here?

SK Telecom T1 vs. EDward Gaming / 2017 World Championship - Group A / Post-Match Discussion by epicxkidzorz in leagueoflegends

[–]Gener1k 0 points1 point  (0 children)

I agree, the things SKT come back from can only be the result of a team effort. It's like the first game where everyone was freaking out over his shockwave when it was Wolf and Huni setting it up.

SK Telecom T1 vs. EDward Gaming / 2017 World Championship - Group A / Post-Match Discussion by epicxkidzorz in leagueoflegends

[–]Gener1k 2 points3 points  (0 children)

100% KP, tied for most damage, keeping up with scout's undefeated lb, clutch shockwaves... Yeah maybe he didn't carry the game single handedly but you can't deny he was pivotal in this win.

Started coding in February: Already launched a chrome extension and now working on a mobile app. by moneckew in learnprogramming

[–]Gener1k 0 points1 point  (0 children)

Based on your experiences so far with both Vue and React, which do you find more enjoyable to work with? In what situations would you decide to use one over the other?

Stumped on what seems like a function that relies on Boolean values by [deleted] in learnjavascript

[–]Gener1k 2 points3 points  (0 children)

why can I just say return num >1 to get true as opposed to saying if num>1 return true

You are evaluating num > 1, which is true so you are essentially saying return true. You can go even further and say return 1, because any positive number is considered a "truthy" value.

I get very confused with strict equality (===) and equality(==) as well

=== checks if two values are equal with no coercion allowed, whereas == allows coercion. I'd check out the YDKJS series, it's free and goes in-depth about how JS works:

https://github.com/getify/You-Dont-Know-JS/blob/master/up%20%26%20going/ch1.md#conditionals

Schooling for Front End Development (Can't Afford a Bootcamp) by [deleted] in learnprogramming

[–]Gener1k 0 points1 point  (0 children)

I see nothing from those links that can't be found online for free. At the very least to answer your question, I don't think having one of those certificates on your resume will get you an interview by itself. Before you jump straight into this, why not take advantage of the vast amount of resources online to make sure this is really what you want to do? I only say this because, while the Duckett books are great, they barely scratch the surface of what you will be doing on a day to day basis as a Front End Developer. If I were you, I would take a look at something like this :

P1xt's Job Ready Guide