Declaration and interpolation of string:- let name = "pashupati" const adharId = "84930384939" Using let: Declare a variable: let name; Assign a string value: name = "pashupati"; Using const: Declare a constant variable: const adha...
pashupatibansode.hashnode.dev2 min read
No responses yet.