For further actions, you may consider blocking this person and/or reporting abuse
A Workflow Copilot. Tailored to You.
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Read next

Modern Books for Software Engineering Managers
Alexey Yuzhakov -

Daily JavaScript Challenge #JS-84: Find the First Repeated Character in a String
DPC -

Illusion pattern creation using the html css and javascript code with the video
Prince -

Stay ahead in web development: latest news, tools, and insights #69
Adam -
Top comments (2)
/this is a comment text/ in PHP ; you use a semicolon { ; } to finish the statement.
the echo statement prints the var
so $x=5*/+15*/+5;
is more like
$x= 5 + 5;
echo $x; /* { 10 } */
Thank you for the help