Summary: Knowing Our Elixir Datatypes
A recap of all the datatypes we've been introduced to in this chapter.
We'll cover the following...
In this chapter, we focused on working with data in the Elixir language. We were introduced to the following datatypes:
Numbers and atoms
We started with basic datatypes such as atoms and numbers, paying close attention to the traps related to float precision ...