May 17, 2022 in Community
Build a JavaScript Tip Calculator
Ever found yourself at a restaurant wishing you could figure out how to split the bill with your friends or family? Building a calculator that can handle that isn’t as hard as you think! I am going to take you…
May 7, 2021 in Learn
Beginning JavaScript
JavaScript Basics is the best beginner course for JavaScript at Treehouse. JavaScript is the world’s most popular programming language. What is JavaScript? JavaScript is a programming language that drives the web: from front-end user interface design to server-side backend programming,…
June 26, 2020 in Learn
Python vs. JavaScript Comparison for 2020
Programming in a new language can feel unfamiliar, intimidating, and tricky to navigate at first. There are new rules, syntax, and nuances to learn. I recently started learning Python again after years of programming in JavaScript. After diving back in…
January 30, 2020 in Learn
JavaScript Loops 101 [Article]
There are loads of ways to loop in JavaScript! How do you know which one to choose, and when? It can be a minefield for those new to the language. In this article, we are going to cover 7 of…
January 28, 2020 in Business Resources
What is the Best Way to Become a JavaScript Developer?
We are living in a world where technology information and resources are easily available, all thanks to the Internet. Today you can learn anything about web development, data science, UX design, and much more without spending a fortune. And yet,…
June 5, 2019 in Learn
4 Reasons Why JavaScript is Beginner Friendly
JavaScript is the most popular and versatile programming language in the world. It’s also the first programming language many developers learn. Why is that?
September 18, 2018 in Learn
The Lingua Franca of software: Why you need to learn JavaScript
There’s a lot of advice out there about what languages you should learn, but there’s only one language that every developer needs to know: JavaScript.
September 3, 2018 in Community
Techdegree Success: From Nanny to JavaScript Developer in six months
“I had already taken a number of the courses on Treehouse that I needed in order to complete the Techdegree, so that was a definite plus. If I’d gone anywhere else for any sort of degree or certification, I would have to sit through all the basics again.”
July 24, 2018 in Learn
Five Tips for Javascript Beginners
As a new learner, you may have chosen both the most exciting and most frustrating time to learn JavaScript. For the experienced JavaScript developer, much has changed in the last few years. JavaScript has new features and more elegant ways…
July 9, 2018 in Learn
Promises, promises: A quick introduction to JavaScript concurrency
A quick introduction to JavaScript concurrency At some point in your life as a programmer, you’ll need to deal with code that runs asynchronously. Normally, code runs one command after the other. Nice and predictably, It goes from top to…
October 27, 2017 in Treehouse News
New iOS & JavaScript Courses
(We will be adjusting the cadence of these course roundup posts. Instead of weekly, look for bi-monthly posts on all the new courses and what’s coming soon!) Every Wednesday, new courses and workshops are added to the growing Treehouse Library! Two new JavaScript…
July 31, 2017 in Learn
Should I Learn Kotlin or Java?
With Android officially adopting Kotlin as a supported language, there’s one question that every new Android developer should be asking themselves: should I learn Kotlin or Java? Rather than burying the answer all the way at the bottom… in my mind,…