Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/index.js Secret

Created August 25, 2018 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creyn/dedbc62fdd586e1e43ad44343f293b9e to your computer and use it in GitHub Desktop.
Save creyn/dedbc62fdd586e1e43ad44343f293b9e to your computer and use it in GitHub Desktop.
Droga Programisty : Kod : IF w JavaScript
var liczba = 4;
if (liczba == 4) {
console.log('liczba jest rowna 4');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment