Комментарии:
This is a vast improvement, thank you so much!!
ОтветитьHi Paul! The dog "interruptions" are actually a brilliant addition to the videos!
1. They become variable rewards in and of themselves, causing motivation: "Will I see the dogs in this video? Maybe… I need to keep watching!"
2. They offer comic relief. This gives the brain a quick break and makes one remember, "It's going to be ok. I'm going to get this. The dogs are getting treats. All is well."
Loving these lessons! Thank you!!!
Hey Paul !
I was wondering, what if you wanted to capture the the value of the variables in the reversed way, how would you do that ? Just out of pure curiosity
Hi Paul! Happy New Years! I’m loving your “100 Days of SwiftUI”, and I’m going through it on Swift Playground. Here’s a good way to illustrate the sorted & reversed array functionality using your example:
print (presidents)
print (presidents[1])
print (presidents.sorted())
print(presidents.sorted()[1])
print (presidents.reversed())
print (presidents.reversed()[1])
What a great dog!
ОтветитьYour dog's is a pretty 😍
ОтветитьI typed print(cities.sorted()) and i got an error saying cannot call value of non function type '()'
Ответитьlet samoyeds = 2
let treats = samoyeds * 5
print("\(treats) treats per day")
I like your dog
ОтветитьMuito obrigado pelas lições...
ОтветитьGood dogs! 🙏
ОтветитьWe don't deserve the British.
ОтветитьI'm missing why `reversedPresidents[0]` doesn't return "Biden".
I get "No exact matches in call to subscript".
Lana, Pam, Ray, and Sterling, I see you're a man of taste also ;) (phrasing)
Ответитьfirst i want to say i love this series, and also how much he loves his dogs lol
ОтветитьHere you got carried away little bit with methods. You kinda jumped into them without explaining anything. Other than than, love the course so far.
ОтветитьI am getting the error ”Expressions are not allowed at the top level”
ОтветитьWhat is the empty () brackets for in Array<String>()?
Ответить