JSJagpreet Singhinjaggyblogs.hashnode.dev·Feb 23, 2025 · 3 min readTransaction in DatabasesIn the real world, accomplishing a task requires executing a series of operations. These operations together form a single unit of work, known as a transaction. Similarly, in database transactions, multiple queries must be executed to complete a sing...00
JSJagpreet Singhinjaggyblogs.hashnode.dev·Sep 6, 2024 · 7 min readCoercion in JavaScriptWhat is Coercion in JavaScript ? Answer : Coercion in JavaScript refers to the automatic or implicit type conversion of values from one data type to another. For example, JavaScript might convert a string to a number or vice versa depending on the co...00