Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does @cc_on mean in JavaScript?

Sometimes I see @cc_on in JavaScript. What does it mean?

like image 647
Paul D. Waite Avatar asked Aug 27 '09 14:08

Paul D. Waite


People also ask

What does “cc” mean?

“CC” stands for “carbon copy,” and functionally represents a copy of an email sent to another addressee. If you include the email address of another individual in the CC line, that person will receive a copy of the email you send to the people in the “To” field. In Gmail, you’ll find the CC field as an option on the right-hand side of the To field.

Why use CC instead of “to” in an email?

Why Use CC Instead of “To”? Let’s start with the basics. “CC” stands for “carbon copy,” and functionally represents a copy of an email sent to another addressee. If you include the email address of another individual in the CC line, that person will receive a copy of the email you send to the people in the “To” field.

How do you use CC in a sentence?

1 Keeping someone “in the loop.” CCing is useful for keeping someone “in the loop” about a project. ... 2 Introducing new people. The CC field is also incredibly useful for introducing people, or sending over contact information. ... 3 Representing a team. ... 4 Showing that you don’t need a response. ...

What happens when you cc someone in Gmail?

If you include the email address of another individual in the CC line, that person will receive a copy of the email you send to the people in the “To” field. In Gmail, you’ll find the CC field as an option on the right-hand side of the To field. Click it to open a new line for CC recipients. You can add up to 100 CC recipients in Gmail.


1 Answers

It's for conditional compilation. Seems to be a feature of Microsoft's "JScript" ECMAScript implementation.

like image 123
unwind Avatar answered Oct 03 '22 11:10

unwind