Generation

generate functionMon, 21 Nov 2022

class enum for up,down,left,right

function getDirection() { var dirs = ['up', 'down', 'left', 'right'] var rand = Math.floor(Math.random() * Math.floor(4)) return dirs[rand] }

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant