mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Re-tagged blog posts
This commit is contained in:
parent
209995c77b
commit
2a9c127365
186 changed files with 186 additions and 146 deletions
|
@ -20,6 +20,7 @@ tumblr_post_id:
|
|||
- "135657661534"
|
||||
kind:
|
||||
- article
|
||||
tags: ["Web", "JS"]
|
||||
---
|
||||
Ever had a snippet of code that appears multiple times in different places in your program? Whenever you had to change that snippet, you end up playing this game of search and replace. Functions can help. They exist to abstract your code, making it not only easier to change that little snippet, but to read and debug your code as well.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue