mdn
Here are 162 public repositories matching this topic...
-
Updated
Mar 12, 2022 - JavaScript
User story
What did you do?
1.Goto a RTL version of MDN ste. eg: https://developer.mozilla.org/fa/
2.Look at small arrows on side of Web Technologies; Learn web development; Developer Tools
3.Look at cat that shows "Help us build better CSS debugging tools!
Which CSS bugs are the worst?
Take the Survey"
4-Look at location of Arrow of "Sign Up now" button
5-From Refrences and
-
Updated
Apr 25, 2022 - HTML
-
Updated
Nov 6, 2020
-
Updated
Apr 27, 2020
-
Updated
Jun 30, 2017 - Jupyter Notebook
-
Updated
Apr 6, 2022 - TypeScript
-
Updated
Mar 23, 2022
-
Updated
Feb 11, 2022 - Jupyter Notebook
-
Updated
Feb 11, 2022 - SCSS
It should be further from the side of the screen or have a larger tap area OR it should be redesigned to comply with common mobile app UX
-
Updated
Apr 12, 2022 - TypeScript
-
Updated
Mar 30, 2019 - PHP
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Mar 11, 2019 - JavaScript
-
Updated
Nov 8, 2021 - CSS
-
Updated
Mar 11, 2018 - JavaScript
-
Updated
Apr 1, 2020
-
Updated
Mar 21, 2017 - Vim script
-
Updated
May 11, 2016 - HTML
-
Updated
Feb 28, 2018
Improve this page
Add a description, image, and links to the mdn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mdn topic, visit your repo's landing page and select "manage topics."


MDN URL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode
What information was incorrect, unhelpful, or incomplete?
function strict() {
// because this is a module, I'm strict by default
}
export default strict;
Specific section or headline?
What did you expect to see?
function strict_function() {
// because this is a module, I'm