Course 14

Make Intermediate: Advanced Functions

Past the basics — date/time transformations, conditional logic functions, and converting between strings and arrays.

4 units

  1. Unit 1 Transforming date and time Whether you're working with a team across different time zones or not, you'll hopefully come across something useful here! 13 min
  2. Unit 2 Conditional functions what is a conditional function how to use the if(), ifempty(), switch() and contains() functions * how functions can help make your scenarios be more maintainable and save credits 11 min
  3. Unit 3 String and array conversion: Part 1 You'll start by spreading the functions in multiple modules to see how each one works, but at the end, you'll see how to join these functions together and optimize your scenario. 16 min
  4. Unit 4 String and array conversion: Part 2 Of course, some cases are unique and some of these other functions will be covered in more detail in later courses. You might also need to make use of other functions, so explore away if you'd like. 10 min