...

/

Updating the Phone Book Application

Updating the Phone Book Application

Let’s implement some modifications in our phone book application.

Now that we know how to generate random numbers and random strings, we are going to revisit the phone book application and use these techniques to populate the phone book with random data.

Populating the phone book with random data

In this lesson of the course, we are going to create a function that populates the phone book application from the previous chapter ...