JS arrays don’t like to be copied
Yesterday, I was reminded that arrays in JavaScript really don’t like to be copied but love to take all the names they can get for themselves.
Yesterday, I was reminded that arrays in JavaScript really don’t like to be copied but love to take all the names they can get for themselves.
Context I’m currently preparing a course on “Ethnographies of Computing Environments” at Ruhr University Bochum. As part of that, I need to introduce student...
When you are doing the first steps of working on a coding related side project, what else would you dare to say other than: Hello World?