mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 15:24:06 -06:00
8 lines
306 B
Markdown
8 lines
306 B
Markdown
---
|
||
title: programming functions
|
||
date: 2022-09-16
|
||
lastmod: 2022-09-16
|
||
---
|
||
A function is simply **a “chunk” of code that you can use over and over again, rather than writing it out multiple times**.
|
||
|
||
https://www.futurelearn.com/info/courses/programming-102-think-like-a-computer-scientist/0/steps/53095 |