Skip to content

Commit 310d5e2

Browse files
committed
Added file header to 04D_bitwise_operations.js
1 parent 1c3d56d commit 310d5e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tutorials/Basic/01_variables/04D_bitwise_operations.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// 04D_bitwise_operations.js
12
// Bitwise Operators
23
/*
34
Bitwise operators are used to perform operations at the bit level. They work directly on the binary representations of numbers at the bit level. The bitwise operators in JavaScript are:

0 commit comments

Comments
 (0)