#codenewbies
Read more stories on Hashnode
Articles with this tag
So far, the methods we've dealt with have had strictly defined types. Parameters for these methods were specified in terms of Int, Double, String,...
This unit is an addendum to the problem solving unit of The Odin Project. Please read through said unit till you reach the section "Solving Fizz...
In this unit, we'll learn how to make programs change their behavior based on logic. The if-expression is a fundamental construct in Scala programs....
Expressions, Statements, and Code blocks ยท In this lesson, we'll analyze and discuss some of the intricacies of Scala syntax and its rules. This won't...
This post is meant to follow the Landing page project in The Odin Project. Please follow The Odin Project up to that point and return here if you need...