We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120540c commit 64a603eCopy full SHA for 64a603e
doc/pl/object/general.md
@@ -85,7 +85,7 @@ została usunięta i dlatego nie została wypisana.
85
### Notacja właściwości
86
87
var test = {
88
- 'case': 'jestem zastrzeżonym słowem kluczowym, więc muszę być w cudzysłowie',
+ 'case': 'jestem słowem kluczowym, więc muszę być w cudzysłowie',
89
delete: 'tak samo jak ja' // wyrzuca błąd SyntaxError
90
};
91
server.js
@@ -2,7 +2,7 @@
2
var build = require('./build').build,
3
qs = require('querystring'),
4
port = 9900,
5
- repoURL = "https://github.com/cramerdev/JavaScript-Garden";
+ repoURL = "https://github.com/ciembor/JavaScript-Garden";
6
7
require('http').createServer(function (request, response) {
8
var payload = '';
0 commit comments