File: chat-websocket/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js/tmp/goto.js

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   chat-websocket/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js/tmp/goto.js   Download  
File: chat-websocket/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js/tmp/goto.js
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 728 bytes
 

Contents

Class file image Download
function unique(arqw) { var a = [], i, j outer: for (i = 0; i < arqw.length; i++) { for (j = 0; j < a.length; j++) { if (a[j] == arqw[i]) { continue outer } } a[a.length] = arqw[i] } return a } function unique(arqw) { var crap = [], i, j outer: for (i = 0; i < arqw.length; i++) { for (j = 0; j < crap.length; j++) { if (crap[j] == arqw[i]) { continue outer } } crap[crap.length] = arqw[i] } return crap }