Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
typedarray
/
example
✏️
Editing: tarray.js
var Uint8Array = require('../').Uint8Array; var ua = new Uint8Array(5); ua[1] = 256 + 55; console.log(ua[1]);
💾 Save Changes
❌ Cancel