remove cut
This commit is contained in:
parent
37f1936622
commit
be007e78ef
99 changed files with 0 additions and 198 deletions
|
@ -6,8 +6,6 @@ For example, we need to show a nice-looking message when a visitor logs in, logs
|
|||
|
||||
Functions are the main "building blocks" of the program. They allow the code to be called many times without repetition.
|
||||
|
||||
[cut]
|
||||
|
||||
We've already seen examples of built-in functions, like `alert(message)`, `prompt(message, default)` and `confirm(question)`. But we can create functions of our own as well.
|
||||
|
||||
## Function Declaration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue