Judging by the dismal performance of the pool of undergraduates that I'm trying to recruit developer trainees from, they don't actually teach computer programming in computer science courses.
I had one candidate fail to answer what the output of the following program is:
const z = [5, 4, 3, 2, 1]
const o = []
for(let i = z.length - 1; i >= 0; i--) {
o.push(z[i])
}
console.log(o)
She was about to finish her master's degree in computer science.
@newt Not particularly, but recruiting cute developers is not part of the job description...
@thor that's a shame