var theThing = null;
var replaceThing = function () {
var originalThing = theThing;
var unused = function () {
if (originalThing)
console.log("hi");
};
theThing = {
longStr: new Array(1000000).join('*'),
someMethod: function () {
console.log(someMessage);
}
};
};
let array = [[9, ],[4, ],[16,]]
array.forEach(el => function(){var key =el[0], value = Math.sqrt(el[0]);el[0] = key;el[1] =value;console.log(el)}())
//объявить функцию
function pickRandomWord(arg)
{
return arg[0] // вместо arg[0] задайте здесь номер элемента с помощью Math.random()
}
// Если файл есть
if(file_exists('upload/small/'.$path_parts["filename"].'.jpg')) {
echo '<tr >и т.д.
, MDN
Troubleshooting
files need to be loaded with a MIME-type of text/javascript (or another JavaScript-compatible MIME-type, but text/javascript is recommended)
import { compose } from 'redux';и не импортитуется?
Программист! ;)