Skip to content

Instantly share code, notes, and snippets.

@Faz95210
Created June 7, 2018 10:30
Show Gist options
  • Save Faz95210/845f38ee7b9d83604f5de186a15e605b to your computer and use it in GitHub Desktop.
Save Faz95210/845f38ee7b9d83604f5de186a15e605b to your computer and use it in GitHub Desktop.
[JS incompatibilities with Internet Explorer] List of javascript functionalities not compatible with internet explorer #IE #JS
## Template String
$(`#id=${var}`);
## Parameters Assignment
function open(multiCartId = -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment