# f.MessageBox().show()

## 개요

show()를 통해 메세지박스를 띄웁니다.

## 예시

```javascript
// Some code
let msgBox = f.MessageBox();
...
msgBox.show();
```
