Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Yellow
Assigned To: Alan Williams
Created By: Alan Williams
Created Date/Time: 11/6/2019 7:11 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
Priority: 0
 
Time Id: 5173
Template/Type: Brandon Time
Title/Caption: Team Training
Start Date/Time: 12/10/2019 10:00 am
End Date/Time: 12/10/2019 11:30 am
Main Status: Active

Sorry, no photos available for this element of time.


Uploaded Media/Content & Other Files (1)
Media Name   File Type Date Description
alan_each_filter_map_reduce.mp4   Video 12/10/2019 Training video with Alan and the team - going over closures such as each, filter, map, and reduce.


Notes:

Alan did some team training today. We had Brandon, Alan, Bryan, Dustin, Josh, Russell, and Wayne on the meeting. The main topics today were dealing with closures such as map, reduce, filter, and each.

- Using each - iterate through each element.

- Using filter - limit records based on a specific condition.

- Using map - modify or transform each element.

- Using reduce - convert data into new type.

- As a syntax help tip... most of the closures have this format for the possible arguments - value, index, array or key, value, struct.

- Alan like the reduce function - lots of power. As a note, when using reduce, there is a previous and a starting value (where did you start and what are you currently working with that was possibly altered from a previous loop).

See attached for the video recording.