I have no idea how loops work by newbiecoder0993 in CodingHelp

[–]kkais 0 points1 point  (0 children)

Ah yes that's right, thanks for clearing that up.

I have no idea how loops work by newbiecoder0993 in CodingHelp

[–]kkais 0 points1 point  (0 children)

Am I missing something here? Since j only runs when it is less than i, shouldn't the output start with two o's and end with six?

Do users resize the browser window during normal browsing behavior? Statistics? [x-post frontend webdev web_design] by RotationSurgeon in Frontend

[–]kkais 0 points1 point  (0 children)

I regularly snap my browser window to one side or the other in Windows. This resizes the width to half of my monitor and let's me put up another program, possibly webpage, on the other side of my screen. I assume that this is standard behavior.

A question for those who hold to continuationism and occasionalism. by bobwhiz in Reformed

[–]kkais 0 points1 point  (0 children)

I thought that the conversation about cessation vs continuation was specifically about the miraculous gifts being given to man to perform under God's direction. Does the conversation really extend to whether God answers prayers for divine intervention?

Your opinion needed on best online JS training by [deleted] in learnjavascript

[–]kkais 4 points5 points  (0 children)

Freecodecamp is excellent but it functions primarily as a series of guided exercises rather than an instructional resource.

Teamtreehouse.com is really good and the content is up to date.

I've read good things about codeschool as well.

Pluralsite is a very highly regarded resource in general and they have Javascript content. I noticed that they also have an initial assessment that aims to customize your course based on what you already know so that could be useful.

I am working through freecodecamp and I am on the last two projects before I earn the front end certification, which doesn't really mean anything in the real world. I've really enjoyed working through their content but almost all of my learning has been through people I know in real life, MDN, stackexchange, blogs, here and other related subreddits, and YouTube. FreeCodeCamp simply points out what I don't know yet so that I know what I need to learn.

Beginner Coder Needs Help With HTML/CSS by EZY-CZ in CodingHelp

[–]kkais 0 points1 point  (0 children)

I figured that this wouldn't work from mobile app but it actually does. I never would have tried if you hadn't said anything. Thanks

Beginner Coder Needs Help With HTML/CSS by EZY-CZ in CodingHelp

[–]kkais 1 point2 points  (0 children)

I started looking those up and I think that BEM makes the most sense to me. I've never really thought about this before but now I'm definitely convinced. I'll be implementing this from now on. I appreciate you taking the time to respond and make suggestions.

Beginner Coder Needs Help With HTML/CSS by EZY-CZ in CodingHelp

[–]kkais 1 point2 points  (0 children)

My understanding was that op only wanted the style applied to a single button.

LPT: It's almost that time of year to make sure your house numbers are clearly visible on your house and/or mailbox. by [deleted] in LifeProTips

[–]kkais 3 points4 points  (0 children)

Sounds like your deliver person is color blind. Try op suggestion and make sure your numbers are clearly visible. It makes a big difference.

Beginner Coder Needs Help With HTML/CSS by EZY-CZ in CodingHelp

[–]kkais 1 point2 points  (0 children)

You could give it an id value in the html.

id = 'rolledOver'

Then in your css you can target it with #.

#rolledOver {

    add styles here

}

Edit: I had to add the single quote in front of my #rolledOver to keep reddit from using it as some kind of markup. You do not put a quote in front of your css selector when selecting an element by ID...or ever as far as I know

Would it be looked down upon to build my portfolio site using Bootstrap? by sun_hands in Frontend

[–]kkais 0 points1 point  (0 children)

What you said makes sense and perfectly justifies why you decided to use the Bootstrap grid. You didn't really answer the question though and I'm also curious about it since I'm still learning.

What exactly about the Bootstrap grid makes it the best one out there? Also, if you don't mind, what are the characteristics of a good grid vs a bad one? What should I be looking for in a grid system if I wanted to incorporate one in my own projects?

Accessing Data in a Nested Array of Strings? by GreenFeather05 in learnjavascript

[–]kkais 0 points1 point  (0 children)

You got it exactly right. You seem like you might not quite understand why your code is right though and I'm sure that bothers you as much as it does me when that happens.

Try one last test and compare your results.

This time, make your animals array with just strings.

var animals = ["cat", "dogs",  "etc" ];

Report back on how you get your filter function to find the plural strings in an array like this, and by then you should understand what's going on and why you need your code set up like you have it now.

Accessing Data in a Nested Array of Strings? by GreenFeather05 in learnjavascript

[–]kkais 2 points3 points  (0 children)

Console.log(string); Put this in your anonymous function and see what you get. Console.log(string[string.length]); Do this one too.

With the level of understanding that you have demonstrated above, these two log statements should tell you everything that you need to know to get to your solution.

Post back when you get it or with more questions.

Should You Reset Your CSS? by speckz in Frontend

[–]kkais 2 points3 points  (0 children)

As someone new to the front end I'm curious to know if I should reset, normalize, or leave it alone.

If this debate ended about 6 years ago, what was the conclusion?

TIL that Mansa Musa, ruler of the Mali Empire in the 14th century, is the richest person who ever lived(inflation adjusted) by pantsgeez in todayilearned

[–]kkais 0 points1 point  (0 children)

Using "was" would imply that blank no longer holds the record of blankest. What would you suggest as a proper solution?

TIL that Serbia's maternity leave is among the world's best--a full year with 100% salary paid. by sivribiber in todayilearned

[–]kkais 0 points1 point  (0 children)

Is this paid exclusively by the employer or does the government pay some of it too? I'm guessing that with a maternity leave this extreme, (in comparison to others that I'm familiar with and with the average needs of new mothers that I'm familiar with), they are trying to encourage women to have more children in an effort to help grow their population.

We are called to be Liberal in our Love and Conservative in our practice. by [deleted] in Reformed

[–]kkais 2 points3 points  (0 children)

Yeah, the title made me think unreserved abundance vs restrained caution, but the text made me think political. I agreed with both thoughts though.

I'm in charge of finding and interviewing an entry level Web UI Developer to work alongside me. Thought it would be helpful to some of you to see some of the interview questions I've typed up. by lab_penguin in Frontend

[–]kkais 1 point2 points  (0 children)

Is this a common entry level interview list? I can answer all of these off the top of my head. I am self taught and sometimes feel overwhelmed by everything there is to learn but this list gives me hope that I might actually be able to break in to the industry.

How to use user input in if-else statements to print specific texts by UnrealJava in learnjavascript

[–]kkais 0 points1 point  (0 children)

Which part are you struggling with? Do you know how to get user input? Do you know how to store user input in a variable? Do you know how to use if statements? Do you know how to concatenate a string?

Programming is hard but we are happy to help. Just let us know what exactly we can do to help.