Coding Challenge: Using Sequence in Function
Let's review the usage of Sequence in a function.
Problem statement
- Complete the
application
function by using the code below, which should use the giveneitherSequence
to check all requirements simultaneously. - Note that
sequenceT
usesE.Apply
to get the right sequence. Some course examples usedE.either
, which still works but is now deprecated.
Complete the code
Get hands-on with 1400+ tech skills courses.