complete-intro-to-linux-and-the-cli
complete-intro-to-linux-and-the-cli copied to clipboard
Update loops.md - To fix the issue when arrray elements is a string with space
Change in this PR is to fix the issue when one of the array elements has space ("Brian Holt" in the code snippet), it is getting getting split as separate elements while looping over and printing the friends names.