diff --git a/unformatted.js b/unformatted.js new file mode 100644 index 0000000..7cf24dc --- /dev/null +++ b/unformatted.js @@ -0,0 +1,4 @@ +function example ( ) { + var foo = 'bar' ; + console . log (foo) ; + } \ No newline at end of file