#til
Read more stories on Hashnode
Articles with this tag
which is the opposite order for Jestexpect(myVar).toBe(42) assumes the first is expected, second is actual in the error...
# migrations/0001_my_migration.py from my_file import MY_CONSTANT MyModel.objects.get_or_create(name=MY_CONSTANT) #...
Problem The encoding for Ó is way after ASCII characters so it puts Ólafur at the end ['Ólafur', 'A', 'N', 'O', 'P', 'Z'].toSorted() // [ 'A', 'N',...
https://www.stefanjudis.com/today-i-learned/self-closing-tags-are-mostly-meaningless-in-html Void elements [MDN] like hr, br, input: self-closing...