Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. isItInstalled("Vs Code").then(result => {
  2. if (result) {
  3. console.log("true");
  4. } else {
  5. console.warn("false");
  6. }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement