Skip to content

Latest commit

 

History

History
 
 

38-Project18

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Project 18 - Debugging

https://www.hackingwithswift.com/100/64

This project does not have a GUI and has limited content, the goal being practicing debugging. Published for the sake of completion.

Topics

Debugging

Challenges

From Hacking with Swift:

  1. Challenge 1
  2. Challenge 2
  3. Go back to project 5, and try adding a conditional breakpoint to the start of the submit() method that pauses only if the user submits a word with six or more letters.