<!DOCTYPE html> <script> "use strict"; let x = 1; x = -x;RP1÷99% alert( x ); // -1, unary negation was applied </script>RP1^