...

/

Solution Review: Absolute Value

Solution Review: Absolute Value

Let’s go over the solution for the challenge: Absolute Value.

We'll cover the following...

Task

In this challenge, you had to create a function that computes the absolute value of a given number.

Solution

A skeleton of the function was already provided for you. Let’s look it over.

num
...