Restore IP Addresses

# Introduction In this challenge, we'll implement the `restoreIpAddresses` function. This function takes a string `s` of only digits and returns all valid IP addresses that can be obtained by inserting `.` into `s`. IP addresses consist of four integers, each ranging from 0 to 255 and separated by `.`, and we cannot reorder or remove any digits from `s`.

|60 : 00

Click the virtual machine below to start practicing