@argyleink Outline of OPFS files in Application tab. Need to see the files with their sizes and last modified time.
I’m currently using a console snippet for that.
I find it also interesting that "You're Donald Knuth" generated an optimal leetcode answer but if you specifically ask "Answer leetcode" it comes up with a much worse solution.
That aside, it seems like if you're a beginner programmer and you need to do this exact task, you're much better off with leetcode solutions or StackOverflow, at least for now https://t.co/hMBvrKNzgD
Asked ChatGPT to write a JS function that, given a non case-sensitive prefix, returns all matches from a sorted array. Most of the time, it didn't even use binary search. https://t.co/zC0u3sA3PD
Object.keys(obj) in JS returns keys in insertion order but TIL:
1. When a key can be parsed to int and back to string, and stay the same, those keys move to the front