Skip to content

Instantly share code, notes, and snippets.

@avin
Created December 4, 2021 14:23
Show Gist options
  • Save avin/0660627e714b0ace9810603e4883c8d0 to your computer and use it in GitHub Desktop.
Save avin/0660627e714b0ace9810603e4883c8d0 to your computer and use it in GitHub Desktop.
"5555555555555599".split('').reduce((acc, k) =>{acc+=`&${k}_^${k}_`; return acc;}, '').replace(/_$/, '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment