Q. What is the code to be used to trim whitespaces ? (A) let trimmed = (l.trim() for (l in lines)); (B) let trimmed = (trim(l)); (C) let trimmed = l.trim(); (D) let trimmed = for(l in lines)); ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) let trimmed = (l.trim() for (l in lines));