Files
learngo/06-variables/04-assignment/exercises
2019-10-30 19:41:13 +03:00
..
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2018-11-18 00:03:43 +03:00

Assignments

Assignment means "copying" values. Everything is getting copied in Go. You'll learn more about this afterward.

Now, get your feet wet and try some assignment exercises.

  1. Make It Blue

  2. Variables To Variables

  3. Assign With Expressions

  4. Find the Rectangle's Perimeter

  5. Multi Assign

  6. Multi Assign #2

  7. Multi Short Func

  8. Swapper

  9. Swapper #2

  10. Discard The File