Answer the question
In order to leave comments, you need to log in
Pycharm. javascript. Assigned expression type is not assignable to type Function?
I have been using Paycharm for the 2nd day (I want to finally get on the IDE because of the debug tools and other lovely tools), but I constantly get this error.
Assigned expression type {getParam: Function} is not assignable to type Function
(function(self, signConfirm) {<br>
<br>
signConfirm = function() {<br>
self = this;<br>
};<br>
<br>
// И все содержимое prototype постоянно подчеркнуто серой линией и при наведении<br>
// мыши на нее, всплывает текстовая подсказка, которая меня уже достала до белого коленя.<br>
signConfirm.prototype = {<br>
getParam: function() {<br>
<br>
},<br>
};<br>
<br>
someGlobalName.signConfirm = new signConfirm();<br>
<br>
})();<br>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question