Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Yellow
Assigned To: Brandon Moore
Created By: Brandon Moore
Created Date/Time: 4/16/2022 11:13 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
Priority: 0
 
Time Id: 8924
Template/Type: Brandon Time
Title/Caption: Planning and research
Start Date/Time: 4/15/2022 9:00 am
End Date/Time: 4/15/2022 10:00 am
Main Status: Active

Sorry, no photos available for this element of time.


Notes:

Emails and playing with numbers for a retirement type program for adilas, co-founders, and co-owners. I was asking my wife and kids for some ideas and suggestions. I then was playing with some small calculations and seeing how things would look and/or work out. I also did some research and reading up on ternary operators in JavaScript. This is a shortcut for setting a single variable with either a true or false type logic (normal if statement stuff) without writing out the full if statement and setting the variables in the main if or the else clause.

Here is a sample: I got this online on one of the sites that I was looking at and it made sense to me. "variable = (condition) ? true-value : false-value;"