計算機(Advanced)
2270 ワード
const display = document.querSelector('.calculator__display--for-advanced');
//이하 생략
if(action==='number')
{
if(operatorforAdvanced)//연산자가 할당된 후
{
if(action==='number')
{
if(previousKey==='operator')
{
display.textContent = buttonContent;
}
else
{
display.textContent += buttonContent;
}
}
}
else
{
}
}
Reference
この問題について(計算機(Advanced)), 我々は、より多くの情報をここで見つけました https://velog.io/@kaitlin_k/코드스테이츠-622テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol