What it does

Utilizes GitHub Copilot in GitHub Codespaces to write a function that sorts a list in ascending order without using the JavaScript array sorting method.

How we built it

I completed the GitHub Copilot Primer and the Codespaces Primer to get familiar with the environment. Since the Copilot Primer configured the codespace to include copilot, it was easy to write a comment of what I wanted to do and pick one of the suggestion that copilot gave.

What we learned

I learned how useful codespaces are and how easy it is to set one up. I also will try to use copilot from now on, as it really does save time when coding, as long as I understand the solution it gives.

Built With

Share this project:

Updates