LABEL

BLOCKBREAK᠁ Empty stat… \n
ecma5… my marks…[^2]

://.+.mozilla.org/ja/docs/Web/JavaScript/Reference/Statements/label##using_a_labeled_break_statement

// Numbers from 1 to 100
var items = Array.from({ length: 100 }, (_, i) => i + 1);
var tests = [
  { pass: (item) => item % 2 === 0 },
  { pass: (item) => item % 3 === 0 },
  { pass: (item) => item % 5 === 0 },
];
let itemsPassed = 0;

itemIteration: for (var item of items) {
  for (var test of tests) {
    if (!test.pass(item)) {
      continue itemIteration;
    }
  }

  itemsPassed++;
}
// 1 to 100
var items = Array.from({ length: 100 }, 
								(_, i) => i + 1); //🤖‼️
var tests = [
  { pass: (item) => item % 2 === 0 },
  { pass: (item) => item % 3 === 0 },
  { pass: (item) => item % 5 === 0 },
];
let itemsPassed = 0;

itemIteration: for (var item of items) {
  for (var test of tests) {
    if (!test.pass(item)) {
      continue itemIteration;
    }
  }

  itemsPassed++;
}
// 1 to 100
var items = Array.from({ length: 100 },  //🤖❣️ 
								(_, i) => i + 1); //🤖❣️
var tests = [
  { pass: (item) => item % 2 === 0 },
  { pass: (item) => item % 3 === 0 },
  { pass: (item) => item % 5 === 0 },
];
let itemsPassed = 0;

itemIteration: for (var item of items)
 {
  for (var test of tests) {
    if (!test.pass(item)) {
      continue itemIteration;
    }
  }

  itemsPassed++;
}
// 1 to 100
var items = Array.from({ length: 100 }, 
								(_, i) => i + 1); //🤖❣️
var tests = [
  { pass: (item) => item % 2 === 0 },  //🤖❣️
  { pass: (item) => item % 3 === 0 },  //🤖❣️
  { pass: (item) => item % 5 === 0 },  //🤖❣️
];
let itemsPassed = 0;

itemIteration: for (var item of items)
 {
  for (var test of tests)
  {
    if (!test.pass(item)) {
      continue itemIteration;
    }
  }

  itemsPassed++;
}
// 1 to 100
var items = Array.from({ length: 100 }, 
								(_, i) => i + 1);
var tests = [
  { pass: (item) => item % 2 === 0 },
  { pass: (item) => item % 3 === 0 },
  { pass: (item) => item % 5 === 0 },
];
let itemsPassed = 0;

itemIteration: for (var item of items)
 {
  for (var test of tests)
  {
    if (!test.pass(item))
	{
      continue itemIteration;
    }
  }

  itemsPassed++;
}
// 1 to 100
		var items = Array.from({ length: 100 }, 
										(_, i) => i + 1);
		var tests = [
		  { pass: (item) => item % 2 === 0 },
		  { pass: (item) => item % 3 === 0 },
		  { pass: (item) => item % 5 === 0 },
		];
		let itemsPassed = 0;
		
		itemIteration: for (var item of items)
		 {
		  for (var test of tests)
		  {
		    if (!test.pass(item))
			{
		      continue itemIteration;
		    }
		  }
		
		  itemsPassed++;
		}
		

Information for tab 7

Another line of information.
Another line of information.
// 1 to 100
var items = Array.from({ length: 100 }, 
								(_, i) => i + 1);
var tests = [
  { pass: (item) => item % 2 === 0 },
  { pass: (item) => item % 3 === 0 },
  { pass: (item) => item % 5 === 0 },
];
let itemsPassed = 0;

itemIteration: for (var item of items)
 {
  for (var test of tests)
  {
    if (!test.pass(item))
	{
      continue itemIteration;
    }
  }

  itemsPassed++;
}
// 1 to 100
var items = Array.from({ length: 100 }, 
								(_, i) => i + 1); //🤖❣️
var tests = [
  { pass: (item) => item % 2 === 0 },  //🤖❣️
  { pass: (item) => item % 3 === 0 },  //🤖❣️
  { pass: (item) => item % 5 === 0 },  //🤖❣️
];
let itemsPassed = 0;

itemIteration: for (var item of items)
 {
  for (var test of tests)
  {
    if (!test.pass(item)) {
      continue itemIteration;
    }
  }

  itemsPassed++;
}
// 1 to 100
var items = Array.from({ length: 100 },  //🤖❣️ 
								(_, i) => i + 1); //🤖❣️
var tests = [
  { pass: (item) => item % 2 === 0 },
  { pass: (item) => item % 3 === 0 },
  { pass: (item) => item % 5 === 0 },
];
let itemsPassed = 0;

itemIteration: for (var item of items)
 {
  for (var test of tests) {
    if (!test.pass(item)) {
      continue itemIteration;
    }
  }

  itemsPassed++;
}
// 1 to 100
var items = Array.from({ length: 100 }, 
								(_, i) => i + 1); //🤖‼️
var tests = [
  { pass: (item) => item % 2 === 0 },
  { pass: (item) => item % 3 === 0 },
  { pass: (item) => item % 5 === 0 },
];
let itemsPassed = 0;

itemIteration: for (var item of items) {
  for (var test of tests) {
    if (!test.pass(item)) {
      continue itemIteration;
    }
  }

  itemsPassed++;
}
// Numbers from 1 to 100
var items = Array.from({ length: 100 }, (_, i) => i + 1);
var tests = [
  { pass: (item) => item % 2 === 0 },
  { pass: (item) => item % 3 === 0 },
  { pass: (item) => item % 5 === 0 },
];
let itemsPassed = 0;

itemIteration: for (var item of items) {
  for (var test of tests) {
    if (!test.pass(item)) {
      continue itemIteration;
    }
  }

  itemsPassed++;
}
// Numbers from 1 to 100
var items = Array.from({ length: 100 }, (_, i) => i + 1);
let allPass = true;

var tests = [
{ pass: (item) => item % 2 === 0 },
{ pass: (item) => item % 3 === 0 },
{ pass: (item) => item % 5 === 0 },
 ];

for (var item of items)
{
  let passed = true;

  for (var test of tests)
  {
    if (!test.pass(item))
 {passed = false; break;}
  }
  
  if (!passed)  {allPass=false;break;}
}