Posts

Showing posts with the label Spread Operator

Learning fast development : ECMA script useful methods

Image
 Hi Friends, In this blog post, I will be updating the most useful ECMA methods that are often used and are very useful in getting the expected results and also speeds up the development time. Go through them and try them, and I am quite confident you'll see the difference. Template Literals xxxxxxxxxx   const Currency1 = "Dollars" ; const Currency2 = "Rupees" ; const exchange_rate = 72 ; ...