Skip to content

Instantly share code, notes, and snippets.

@krishnabhargav
Last active August 29, 2015 14:06
Show Gist options
  • Save krishnabhargav/762b8ef59b60056bb8dc to your computer and use it in GitHub Desktop.
Save krishnabhargav/762b8ef59b60056bb8dc to your computer and use it in GitHub Desktop.
simple hello alert message
(ns webapp.client
(:require
[figwheel.client :as fw :include-macros true]))
(fw/watch-and-reload)
(js/alert "Hello Zumanji")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment