What's new in C# 10 ?
Following the some of its key features
1. Global usings
2. File-scoped namespaces
3. Constant interpolated strings
Follow this thread to know more
1/4
Handling life problems with #javascript.
When problem arrives at our door steps, most of us don't differentiate between thinking and worrying. Majority of the people start worrying about the problem rather than thinking. Thinking will provide a solution but worrying runs in loops
The day you understand 'this' in javascript is the day you will see The God in real. Until then talk to 'this' and ask what is this 'this' is all about
#javascript
ALT JS is single threaded, it means it can execute one thing at a time.
JS code is sent to JS engine for compilation.
Any modern JS engines has two main components in it.
Heap : where the memory allocation happens (objects)
Call Stack : where stack frames are as your code executes