Explore tweets tagged as #javascripttrick
#javascripttrick. alternatif kalau masih takut atau bingung pake typescript tapi pengen "aman" juga kita bisa pake alternatif ini, yaitu dengan menambahkan dokumentasi komponen ( saya biasa nyebut gitu wkk ) nah fungsinya adalah biar kita lebih aman saat passing nilai 🙏
4
4
42
Spread and Rename.its value is "Jonah".Because spread creates a shallow of the array.#Javascript.#JS.#JavascriptTrick
0
2
1
💻 Hey Developers!.What would you say after seeing this JavaScript comparison?.Share your answer in the comments!.Follow for more.#JavaScript #JavaScriptTrick #TechPuzzle #sthanavetechnologies
0
0
1
Don't forget to use the strict mode when writing JavaScript code! Strict mode helps you write more secure and efficient code. #JavaScriptTip #JavaScriptTrick.
0
1
2
#javaScriptTrick. Convert to String.To quickly convert a number to a string, we can use the concatenation operator + followed by an empty set of quotation marks "" . const val = 1 + "";.console.log(val); // Result: "1".console.log(typeof val); // Result: "string".
0
0
0