Skip to content

Commit 694336b

Browse files
committed
Adds examples for Globals related utility functions;
Signed-off-by: Ashwin Hegde <ashwin.hegde3@gmail.com>
1 parent d858da6 commit 694336b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Kit/Session-4/Global/global.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/***
2+
* The goal of this file is to know about the Global functions;
3+
*
4+
*
5+
* How to run this example:
6+
* 1. node global.js
7+
* 2. See the message get displayed on prompt.
8+
*/
9+
10+
console.log(__filename);
11+
12+
console.log(__dirname);

0 commit comments

Comments
 (0)