Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialCharles Harpke
33,986 PointsTried 4 browsers...2 different PCs: Oh no! There was a communication problem. If you continue experiencing problems
???Network troubles this evening?
struct Expense {
var description: String = "description"
var amount: Double = 0.0
var travel = Expense(description: "Flight to Cupertino", amount: 500.00)
init(description : String) {
self.description = description
}
}
1 Answer
Ryan Ferguson
4,786 PointsHey Charles,
I've been experiencing this as well. Just sent in a ticket about it. Since it's being seen elsewhere, I'd assume it's an issue on their end.