This Comment was removed by the moderator
This comment won't show up to you, as it was removed by moderator due to inappropriate content.
Tip 1 : Work hard
Tip 2 : Prepare resume well
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
You can’t sell without buying first.
For the given array [ 2, 100, 150, 120],
The maximum profit can be achieved by buying the stock at minute 0 when its price is Rs. 2 and selling it at minute 2 when its price is Rs. 150.
So, the output will be 148.
Why should we hire you?
Who is your role model?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What does HTML stand for?
function sayHello(name) { console.log(`Hello, ${name}!`); }
sayHello("Alice");
This is a JavaScript function that takes a name as an argument and logs a greeting to the console. The sayHello function is then called with the argument "Alice" to produce the output:
Hello, Alice! To format a code snippet in markdown, use triple backticks (```) before and after the code block, as shown above.
Im interested how can I apply