About this Quiz
What is Scala?
Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.
You can find Scala interview questions as well as code examples from different topics starting from functions and pattern matching to evaluation strategies (call-by-name, call-by-value) and Scala collections, also including more advanced topics from cats library - Monoids and Semigroups.
Programming in Scala can be tricky and challenging, so Scala quiz in this course is based on real programming code examples and nuances of the scala-lang.
@viktorpodzigun Awesome! Happy to hear that :)
Feb 17, 11:05:45 PM Scala
Nice, learned something new today!
Feb 15, 5:21:53 PM Scala
Shouldn't be there also a warning about local variable `result` not being used?
Feb 15, 5:10:40 PM Scala
Thanks, @michalrobasz79 . Fixed :)
Oct 19, 1:11:29 AM Scala