We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a43735 commit bb8826bCopy full SHA for bb8826b
buffer.js
@@ -0,0 +1,4 @@
1
+
2
+var str = new Buffer("A string of sorts","ascii");
3
+str.write("buffer",2,6,"ascii");
4
+console.log(str.toString());
0 commit comments