Challenge: Remove Whatever is White!
Hands-on exercise to test our knowledge.
We'll cover the following...
Problem statement
You are given a function iswhitespace and our task is to write a function deletewhitespaces that takes a string as ...
Ask