Hi - great to see - but before I give it a try I have a couple of things I really don't understand (I'm definitely NOT a JS developer).
With the find methods, how do I do anything with the record(s) returned? (I assume some code goes where the '...' is but what??)
Also, with find, how do you select records based on multiple criteria?
Right now I have a use case of searching for TimeSheet records where the Start Time is not blank and the end time is blank and then create another record (in another object) for each of those found.