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
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 -
MDN Web Docs Retweeted
ICYMI - Svelte is officially live on MDN!https://twitter.com/MozDevNet/status/1311659448616865792 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
Porting a static website from one generator to another can be daunting. In this post, Add-ons Engineering Manager
@muffinresearch recounts the experience of migrating#Firefox Extension Workshop, from the Ruby-based Jekyll to JavaScript-based@eleven_tyhttps://hacks.mozilla.org/2020/10/to-eleventy-and-beyond/ …Thanks. Twitter will use this to make your timeline better. UndoUndo -
Great post about
@sveltejs! You can get started with Svelte using our new tutorial: https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started …https://twitter.com/ThePracticalDev/status/1311763064186957825 …Thanks. Twitter will use this to make your timeline better. UndoUndo -
Our Svelte tutorial is now live!
We provide a quick introduction to the Svelte framework, how it works and what sets it apart from the rest of the frameworks and tools we've seen so far.https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started …Thanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
Little lunch DevSheet. text-decoration properties in #CSS.
text-decoration on @MozDevNet: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration …#devsheets Video alt: Visual explanation of the CSS properties text-decoration, text-decoration-thickness, text-underline-offset and text-decoration-skip.pic.twitter.com/HSAyTRK58zThanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
We have just published the 8th and final chapter of
@MozDevNet Svelte tutorial: Deployment and next steps https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_deployment_next … We learn to compile our app for production and see different options for deploying it. (1/5)@sveltejs@SvelteSociety@Rich_Harris@MasterSvelteShow this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
MDN Web Docs Retweeted
I love that
@MozDevNet has a polyfill for the blink tag. I can’t imagine you would ever want it but it’s there.https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blink#CSS_polyfill …Show this threadThanks. 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
The Web DNA Report 2019 identified browser compatibility as the top pain point for developers. We spent 2020 diving deeper: the MDN Browser Compatibility Report identifies specific issues and possible solutions. Read the full 120-page report: https://bit.ly/2ZZdlOY (PDF, 1.9mb)
Show this threadThanks. 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



Wish me luck