...

/

Summary: Knowing Our Elixir Datatypes

Summary: Knowing Our Elixir Datatypes

A recap of all the datatypes we've been introduced to in this chapter.

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 ...