Skip to content

Instantly share code, notes, and snippets.

View benjamingr's full-sized avatar
🖊️
Limited availability.

Benjamin Gruenbaum benjamingr

🖊️
Limited availability.
View GitHub Profile

Asking a Question

Hi, welcome to our chat room. We accept questions from people coming into the room.

When asking, the following will greatly increase your chance of getting an answer:

  • Create a self contained code example illustrating the issue. You can upload it to jsfiddle , codepen or jsbin.
  • If you paste code, format it by pressing Control+K or pressing the "Fixed Font" button. Code you put inside backticks is also formatted.
  • Make sure there are no name error or syntax errors.
/*
*
* What Im trying to get to work
*
*/
function playersGameName(options){
// stuff in here to init whatevs.
}