Nice read! If you want to improve the readability you can use js to the first 3 backticks to add syntax highlighting! It would look like this:
js
function main() { const secondInteger = readLine(); const secondDecimal = readLine(); const secondString = readLine(); performOperation(secondInteger, secondDecimal, secondString); }
Thanks Joachim Today i get to know something knew and it's really interesting
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Nice read! If you want to improve the readability you can use
jsto the first 3 backticks to add syntax highlighting! It would look like this:Thanks Joachim Today i get to know something knew and it's really interesting