Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Digitec
digitec-wiki
Wiki
javascript coding standards
javascript coding standards
· Changes
Page history
rcabral created page: dependency-management
authored
Mar 22, 2014
by
Rene Cabral
Hide whitespace changes
Inline
Side-by-side
javascript-coding-standards.markdown
View page @
45f95999
...
...
@@ -416,7 +416,7 @@ The `eval` function is the most misused feature of JavaScript. Avoid it.
`eval`
has aliases. Do not use the
`Function`
constructor. Do not pass strings to
`setTimeout`
or
`setInterval`
.
---
###### References
...
...