Skip to content

Commit

Permalink
Merge pull request #5 from fnordware/patch-1
Browse files Browse the repository at this point in the history
Fix new, delete, typeof keywords
  • Loading branch information
zlovatt committed Oct 13, 2021
2 parents e4844bf + 03627a8 commit 0763ce0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/introduction/javascript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ Description of Operators
========== ==============================================================
Operators Description
========== ==============================================================
``new`` Allocate object.
``delete`` Deallocate object.
``type`` of Returns data type.
``new`` Create new object instance.
``delete`` Delete property from an object.
``typeof`` Returns data type.
``void`` Returns undefined value.
``.`` Structure member.
``.`` Object member.
``[]`` Array element.
``()`` Function call.
``++`` Pre- or post-increment.
Expand Down

0 comments on commit 0763ce0

Please sign in to comment.