일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- progamming
- 코린이
- Making Your Own Portals
- feel torn
- crank up and down
- Swift
- Learning
- 신세지다
- Playground
- Playgrounds
- Grammarly
- obliged
- collect the total
- 코딩
- 구글이 좋아하는 강한 SEO 작성 방법
- Generalizing a Funcetion
- 기초
- Polite
- Uniting Worlds
- allege
- 2대 연결
- 인앱 결제
- Connect and Solve
- 컴터 연결
- 해당 비즈니스 및 사이트명을 포함할 수 있도록 페이지 텍스트를 편집하세요 - wix.com
- 렛츠톡 첫 화면
- SwiftUI
- BASIC
- coding
- 맥
- Today
- Total
목록Playgrounds (2)
IT

if you want to build a house, you use a blueprint. A blueprint shows the features of your house, such as the kitchen, bathrooms, and bedrooms. When you use a blueprint to build multiple houses, you know that the houses will look similar. In programming, a type is like a blueprint, and an instance is like a house that you built from the blueprint. In a type, features are called properties, and be..

Now I take one more step. This is the first question var gemCounter = 1 moveForward() moveForward() collectGem() gemCounter = 1 comment) I can set a var statement in this way quest 2 = incrementing variable this means increasing var. var gemCounter = 0 while !isBlocked { while !isBlocked { if isOnGem { collectGem() gemCounter = gemCounter + 1 } moveForward() } turnRight() } comment) 큰 범위(while)에..