We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557dec6 commit 2218189Copy full SHA for 2218189
content/JavaScript/global.jsdoc
@@ -187,7 +187,7 @@ http://www.ecma-international.org/ecma-262/5.1/#sec-15.1.3.3
187
encodeURIComponent(component : String) : String
188
189
Returns an encoded version of **component** that is suitable as a uri
190
-parameter.
+parameter, such as a query string.
191
192
<example>
193
console.log(encodeURIComponent('http://foo/bar baz'));
0 commit comments