Posts

Showing posts from October 22, 2023

Tamil Javascript environment

Input code here in Tamil Evaluate **break:உட** Stop executing the current loop or switch block. **case:வழக்கு** Evaluate a condition and execute the code block if the condition is true. **catch:பிடி** Handle an error that occurs in a try block. **class:வகுப்பு** Define a new class of objects. **continue:தொடர்க** Skip the remaining statements in the current loop and go to the next iteration. **debugger:பிழைதீர்க்கி** Start the JavaScript debugger. **default:இயல்பு** Execute the code block if none of the case conditions are true. **delete:நீக்கு** Delete a property from an object. **do:செய்** Execute a block of code while a condition is true. **else:இல்லையெனில் ** Execute a block of code if a condition is false. **enum:வகைப்படுத்துக** Define a set of named constants. **export:ஏற்றுமதி** Make a variable, function, or class available to other modules. **extends:நீட்சி** Define a new class that inherits from an existing class. **false:தவறு