We're a place where coders share, stay up-to-date and grow their careers.
He/Him. CodingCoach mentor. Computer Science, Math, and English student. I like to write, whether that's code, fiction, or somewhere in between.
Education
Pursuing a B.S. in Computer Science (with Minors in English and Math)
Peer Tutor at Utah State University
Recent comments
Java didn't update?
You can run echo %JAVA_HOME% to check the variable. I normall...
Java didn't update?
I'd check where your JAVA_HOME path variable points, as well ...
Functional Programming in JavaScript
The currentSum is meant to be the accumulator, so I think the...
Functional Programming in JavaScript
We could, but for someone who is not familiar with functional...
Functional Programming in JavaScript
I started with Java, and definitely experienced that. I heard...
Explain Async/Await Like I'm Five
I'll throw my hat into the ring. Let's say you're running...
15 underrated VSCode Themes for a change in 2019 🤷🏻♀️
I've been using Nord as of late. It's available for VSCode ...
FIXED: Troubles in Java please help, my teacher has been ignoring my questions for almost a week
The main method needs to remain as static, as per how Java ...