Narendra

@mvnarendrareddy

45 Points 1 Followers

3 Posts

0 Answers

User has not added any information in their about section.

Narendra · 3 years ago

Access windows localhost from wsl2

By default wsl2 enables wsl localhost to be accessible from windows but not vice versa. To able to access you need to use windows system IP from wsl2. Running below command gives us Network...

Narendra · 3 years ago

Typescript - Access nested types

interface Foo { fizz: { buzz: { bar: { baz: number; }[]; }; }; } Accessing nested types of an object can be done by using: TS...

Narendra · 3 years ago

How semicolons(;) work in JS

Semicolons in JS(like most other languages) are used as delimiters to separate statements from one another. Without semicolons, it might be difficult for a parser to differentiate the end of...

Loading More Content