Question: What is a channel?
- a global variable
 - a medium for sending values between goroutines
 - a dynamic array of values
 - a lightweight thread for concurrent programming
 
Answer: The correct answer of the above question is Option B:a medium for sending values between goroutines