Listen "Day 20 - How do you handle line breaks?"
Episode Synopsis
Spent all day trying to write a script to fix the line break problem, but found you could achieve the result with one line of CSS! Good old Stack Overflow to the rescue!
white-space: pre-wrap;
https://stackoverflow.com/questions/40417527/how-do-i-preserve-line-breaks-when-getting-text-from-a-textarea/40426477
white-space: pre-wrap;
https://stackoverflow.com/questions/40417527/how-do-i-preserve-line-breaks-when-getting-text-from-a-textarea/40426477
More episodes of the podcast 100 Days
Day 21 - APIs and making code flexible
25/05/2020
Day 19 - Making simple stuff
22/05/2020
Day 17 - Form field validation with REGEX
20/05/2020
Day 16 - Form events and basic REGEX
19/05/2020
Day 14 - Events
16/05/2020