Show previous contentSo starting at index [0][0] (row 0, column 0), we're looking to move right, down, and bottom right (marked with *s): RUN CODERESETJAVASCRIPTCPPCSHARPGOJAVAJAVASCRIPTPYTHONRUBYPHPxxxxxxxxxx 1const input = [2 [1, *, 1],3 [*, *, 1],4 [1, 0, 0]OUTPUTWrap:001 > Cmd/Ctrl-Enter to run, Cmd/Ctrl-/ to comment Show following content