We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4ce05 commit 0726acdCopy full SHA for 0726acd
1 file changed
data/java-cheat-sheet.json
@@ -96,6 +96,23 @@
96
}
97
]
98
},
99
+ {
100
+ "title": "সহজে অদলবদল দুইটির মান",
101
+ "items": [{
102
+ "code": "let x =5, y=10;"
103
+ },
104
105
+ "code": "[x,y]=[y,x];"
106
107
108
+ "code": "consol.log(x) //10;"
109
110
111
+ "code": "consol.log(y) //5"
112
+ }
113
+ ]
114
115
+
116
{
117
"title": "গাণিতিক ফাংশন",
118
"items": [{
@@ -585,4 +602,4 @@
585
602
586
603
587
604
588
-}
605
+}
0 commit comments