Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @MozDevNet
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @MozDevNet
-
Pinned Tweet
Today we are launching the second edition of the MDN Web Developer Needs Assessment!
Web developers and designers, we need to hear from you.
This is your opportunity to tell us about your needs and frustrations with the web.
: https://www.surveygizmo.com/s3/5897636/Mozilla …pic.twitter.com/yqpkDsHPzV
Thanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
When I worked on MDN I was excited at the prospect of the "git" editing workflow. I'm extra excited to read all that is going into improving and moving towards this for the team and MDN itself.
https://twitter.com/MozDevNet/status/1321844401765842945 …Thanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
I worked on creating Kuma and even at the time we had notions that it would be a transitional platform toward something like this. Super neat to see this happening!https://twitter.com/MozDevNet/status/1321844401765842945 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
The time has come for Kuma — the platform that powers MDN Web Docs — to evolve. We're updating from a MySQL database to being hosted in a
@GitHub repository.
Less developer maintenance burden
Better community bldg
Improved front-end architecturehttps://hacks.mozilla.org/2020/10/mdn-web-docs-evolves-lowdown-on-the-upcoming-new-platform/ …Thanks. Twitter will use this to make your timeline better. UndoUndo -
more week to complete our developers needs assessment survey! 

This is your opportunity to tell us about your needs and frustrations with the web. https://www.surveygizmo.com/s3/5897636/Mozilla …pic.twitter.com/Hs7Fdm5phP
Thanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
Before we had
@caniuse and@MozDevNet compat data we had this list of which browsers supported which CSS properties http://www.ncdesign.org/html/sindex.htmThanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
One more week to fill in the
@MozDevNet#developers needs assessment survey! Available in 8 languages, it takes approx 25 minutes to answer: https://www.surveygizmo.com/s3/5897636/W3CShow this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
@MozDevNet Thank you for being the most complete, friendly to beginners and updated (as far as possible) documentation.
I love all of you who contribute to this
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Making our docs public is part of our commitment to open source.
Join the MDN Web Docs teams and find out how you can contribute. 
https://developer.mozilla.org/docs/MDN/Contribute …Thanks. Twitter will use this to make your timeline better. UndoUndo -
We’ve come a long way.
This is also a great reminder of the importance of contributing to open source to help others at the start of their journey. https://developer.mozilla.org/en-US/docs/MDN/Contribute …https://twitter.com/vaidehijoshi/status/1319772969799798784 …Thanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
Would love to contribute to my favourite source of knowledge related to HTML, CSS, JS and many other things
@MozDevNethttps://twitter.com/MozDevNet/status/1319546101851193344 …Thanks. Twitter will use this to make your timeline better. UndoUndo -
Our Web Docs have helped many people.

Pay it forward and contribute one day or one year!
No coding required, just bring a passion for building a more inclusive
diverse community.https://developer.mozilla.org/docs/MDN/Contribute …Thanks. Twitter will use this to make your timeline better. UndoUndo -
We’ve made a lot of progress on moving forward with MDN Web Docs in the last couple of months, and we wanted to share where we are headed in the short to mid-term, starting with our editorial strategy and renewed efforts around community participation.https://hacks.mozilla.org/2020/10/mdn-web-docs-editorial-strategy-and-community-participation/ …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Find out about all the Firefox 82 changes and updates: https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/82 …https://twitter.com/mozhacks/status/1318565735556386817 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
<html> obvs!
Learn more about HTML and tags here: https://developer.mozilla.org/en-US/docs/Web/HTML …https://twitter.com/NehemiahKiv/status/1318213497772298247 …Thanks. Twitter will use this to make your timeline better. UndoUndo -
YES in this instance. More on functions here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions …https://twitter.com/ravinwashere/status/1316011391141068801 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
#100DaysOfCode 004: Continued with@jonasschmedtman's Advanced CSS course.
Learned about how CSS works.
Read Beginner's Guide to Media Queries on @MozDevNet
Applied to an apprenticeship. Fingers crossed for this one, I'm actually passionate about this company!pic.twitter.com/FZqm1IsIfNThanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
The MDN Web Developer Needs Assessment is back for 2020! This is your opportunity to share what's frustrating you about web development and how it could be better. Help build a better future for web developers - take the survey today! https://www.surveygizmo.com/s3/5897636/Microsoft …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
MDN Web Docs Retweeted
Shout out to
@MozDevNet for having not only great reference docs for CSS, but also great tutorials for people who want to understand the concepts - here's a random tutorial I've found useful recently:https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/The_box_model …Thanks. Twitter will use this to make your timeline better. UndoUndo
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.



Let's say myFunc is a function, value 1 is a variable, and value2 is a variable. Is the following syntax allowed in JavaScript?
myFunc( value1 ) ( value2 );
Select one:
A. Yes
B. No
