Goto

Collaborating Authors

 engineer feedback


First Glance at Github Copilot

#artificialintelligence

I will start the Copilot challenge with screening tests that we typically send to junior programmers. These are general LeetCode style algorithm development problems where the developer can choose any programming language to develop a solution. Have the function DashInsert(str) insert dashes ('-') between each two odd numbers in str. For example: if str is 454793 the output should be 4547–9–3. We have a blank file in Visual Studio Code, and we choose Typescript as our language.