add scope, mongodb and sql-injection
This commit is contained in:
3
glossary/MongoDB.md
Normal file
3
glossary/MongoDB.md
Normal file
@ -0,0 +1,3 @@
|
||||
### MongoDB
|
||||
|
||||
MongoDB stores data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time
|
||||
3
glossary/SQL-injection.md
Normal file
3
glossary/SQL-injection.md
Normal file
@ -0,0 +1,3 @@
|
||||
### SQL injection
|
||||
|
||||
SQL injection is a code injection technique, used to attack data-driven applications.
|
||||
3
glossary/Scope.md
Normal file
3
glossary/Scope.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Scope
|
||||
|
||||
Each function has its own scope, and any variable declared within that function is only accessible from that function and any nested functions.
|
||||
Reference in New Issue
Block a user