#learning
Read more stories on Hashnode
Articles with this tag
Strongly-typed programming languages allow us to avoid programming errors by lifting important information about data into the type system. By doing...
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....
In this unit, we'll cover how to define methods, why you would want to, and how methods are similar and dissimilar to values. Please remember to run...
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...
Introduction In this lesson, we'll learn about boolean data and the comparison and logical operators, as well as beginning to learn about data...