Today's JavaScript coding challenge involves calculating the product of all odd numbers in an array.
Developers are encouraged to write a function that takes an array of integers and returns the product of all odd numbers, with a return of 1 if there are no odd numbers.
The challenge falls under the topic of Array Manipulation and is considered easy in difficulty.
Developers can find more information about the challenge and engage in discussions on the provided links.