Skip to content

Commit

Permalink
removed prototype from titles
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Mar 8, 2022
1 parent 26c5a81 commit 8ff3ad3
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 8ff3ad3

Please sign in to comment.