D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
alt-nodejs12
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
gauge
/
Filename :
spin.js
back
Copy
'use strict' module.exports = function spin (spinstr, spun) { return spinstr[spun % spinstr.length] }