Skip to content

Commit

Permalink
Merge pull request #1807 from bgoonz/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz authored Mar 8, 2022
2 parents 8975000 + 8ff3ad3 commit ba12c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/js-tips/functions.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title:
title: JS Functions
weight: 0
excerpt: Generally speaking, a function is a "subprogram" that can be called by code external (or internal in the case of recursion) to the function. Like the program itself, a function is composed of a sequence of statements called the function body. Values can be passed to a function, and the function will return a value.
seo:
title: ''
title: 'Functions'
description: 'Generally speaking, a function is a "subprogram" that can be called by code external (or internal in the case of recursion) to the function. Like the program itself, a function is composed of a sequence of statements called the function body. Values can be passed to a function, and the function will return a value.'
robots: []
extra: []
Expand Down

0 comments on commit ba12c44

Please sign in to comment.